File tree 3 files changed +3
-3
lines changed
solutions/rust/01-init/code
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ exec cargo run \
9
9
--quiet \
10
10
--release \
11
11
--target-dir=/tmp/codecrafters-redis-target \
12
- --manifest-path $( dirname $0 ) /Cargo.toml
12
+ --manifest-path $( dirname $0 ) /Cargo.toml \
13
13
-- " $@ "
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ exec cargo run \
9
9
--quiet \
10
10
--release \
11
11
--target-dir=/tmp/codecrafters-redis-target \
12
- --manifest-path $( dirname $0 ) /Cargo.toml
12
+ --manifest-path $( dirname $0 ) /Cargo.toml \
13
13
-- " $@ "
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ exec cargo run \
9
9
--quiet \
10
10
--release \
11
11
--target-dir=/tmp/codecrafters-redis-target \
12
- --manifest-path $( dirname $0 ) /Cargo.toml
12
+ --manifest-path $( dirname $0 ) /Cargo.toml \
13
13
-- " $@ "
You can’t perform that action at this time.
0 commit comments