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 13, 2023
1 parent 2bfc42a commit 01e731c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
set -x -e

# The rust min version we (and cxx) "support" can no longer resolve the crate
# graph correctly (it picks a once_cell that requires rust 2021), so we publish
# with the first version of rust that supported 2021.
# graph correctly (it picks a once_cell that requires rust 2021), and various
# 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.60.0
RUST_DEPLOY_VERSION=1.61.0

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

0 comments on commit 01e731c

Please sign in to comment.