Skip to content

Commit

Permalink
Upgrade FreeBSD toolchain to 1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Oct 31, 2024
1 parent b04da32 commit 66e2113
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 @@ -24,7 +24,7 @@ Vagrant.configure("2") do |config|
pw groupmod wheel -m vagrant
su -l vagrant <<'EOF'
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain 1.74.1
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --default-toolchain 1.80.1
EOF
SHELL
end

0 comments on commit 66e2113

Please sign in to comment.