Skip to content

Commit

Permalink
Use rust-toolchain.toml to set 1.70.0 just in web5 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Diane Huxley committed Aug 21, 2024
1 parent 8fc8b0e commit bec796e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setup:
git submodule update --init --recursive
fi
if [[ "$(cargo 2>&1)" == *"rustup could not choose a version of cargo to run"* ]]; then
rustup default 1.70.0
rustup default 1.80.0
rustup target add aarch64-apple-darwin
fi

Expand Down
2 changes: 2 additions & 0 deletions crates/web5/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.70.0"

0 comments on commit bec796e

Please sign in to comment.