Skip to content

Commit

Permalink
Merge pull request #138 from stepchowfun/rust-v1.50.0
Browse files Browse the repository at this point in the history
Upgrade Rust to v1.50.0
  • Loading branch information
stepchowfun authored Feb 26, 2021
2 parents de28ac8 + b41fd56 commit b790df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tasks:
command: |
set -euo pipefail
curl https://sh.rustup.rs -sSf |
sh -s -- -y --default-toolchain 1.49.0
sh -s -- -y --default-toolchain 1.50.0
. $HOME/.cargo/env
rustup component add clippy
rustup component add rustfmt
Expand Down

0 comments on commit b790df0

Please sign in to comment.