Skip to content

Commit

Permalink
Upgrade rust deploy version to 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jul 1, 2023
1 parent ad54469 commit 5860cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set -x -e
# graph correctly (it picks a once_cell that requires rust 2021), so we publish
# with the first version of rust that supported 2021.
RUST_MIN_VERSION=1.48.0
RUST_DEPLOY_VERSION=1.56.0
RUST_DEPLOY_VERSION=1.60.0

# This is just to make sure we've got the compiler.
rustc +$RUST_DEPLOY_VERSION --version
Expand Down

0 comments on commit 5860cce

Please sign in to comment.