Skip to content

Commit

Permalink
Bump FreeBSD Rust toolchain from 1.73.0 to 1.80.1 (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb authored Oct 16, 2024
1 parent 5a9293a commit 0bb4fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Vagrant.configure("2") do |config|
chsh -s /usr/local/bin/bash vagrant
pw groupmod wheel -m vagrant
su -l vagrant <<'EOF'
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain 1.73.0
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain 1.80.1
EOF
SHELL
end

0 comments on commit 0bb4fe8

Please sign in to comment.