Skip to content

Commit

Permalink
Upgrade Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Aug 22, 2024
1 parent be0b1b3 commit 32e799b
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 858 deletions.
2 changes: 1 addition & 1 deletion compiled_starters/rust/.codecrafters/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

set -e # Exit on failure

cargo build --release --target-dir=/tmp/codecrafters-redis-target --manifest-path Cargo.toml
cargo build --release --target-dir=/tmp/codecrafters-build-redis-rust --manifest-path Cargo.toml
4 changes: 1 addition & 3 deletions compiled_starters/rust/.codecrafters/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@
#
# Learn more: https://codecrafters.io/program-interface

set -e # Exit on failure

exec /tmp/codecrafters-redis-target/release/redis-starter-rust "$@"
exec /tmp/codecrafters-build-redis-rust/release/codecrafters-redis "$@"
Loading

0 comments on commit 32e799b

Please sign in to comment.