Skip to content

Commit 1acfeb5

Browse files
authored
Merge pull request #69 from stepchowfun/rust-v1.52.1
Upgrade Rust to v1.52.1
2 parents 40a972c + 91695a3 commit 1acfeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toast.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tasks:
3131
command: |
3232
set -euo pipefail
3333
curl https://sh.rustup.rs -sSf |
34-
sh -s -- -y --default-toolchain 1.50.0
34+
sh -s -- -y --default-toolchain 1.52.1
3535
. $HOME/.cargo/env
3636
rustup component add clippy
3737
rustup component add rustfmt

0 commit comments

Comments
 (0)