Skip to content

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Aug 14, 2023
1 parent 01e731c commit 48344cf
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 @@ -14,7 +14,7 @@ set -x -e
# other crates' latest versions no longer work with 1.48.
# We publish with the first version of Rust that can publish and verify the crates.
RUST_MIN_VERSION=1.48.0
RUST_DEPLOY_VERSION=1.61.0
RUST_DEPLOY_VERSION=1.63.0

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

0 comments on commit 48344cf

Please sign in to comment.