Skip to content

Commit

Permalink
Merge pull request #21 from codecrafters-io/uprade-rust-to-1.82
Browse files Browse the repository at this point in the history
Upgrade Rust to 1.82
  • Loading branch information
andy1li authored Nov 5, 2024
2 parents cd93569 + a43c9e6 commit 29e5e45
Show file tree
Hide file tree
Showing 20 changed files with 72 additions and 995 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-kafka-target --manifest-path Cargo.toml
cargo build --release --target-dir=/tmp/codecrafters-build-kafka-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-kafka-target/release/kafka-starter-rust "$@"
exec /tmp/codecrafters-build-kafka-rust/release/codecrafters-kafka "$@"
314 changes: 9 additions & 305 deletions compiled_starters/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29e5e45

Please sign in to comment.