From 01e731cb08c6a77b83eaa98010433254c626ee93 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 13 Aug 2023 17:53:38 -0600 Subject: [PATCH] Update publish.sh --- publish.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/publish.sh b/publish.sh index bc7560a..a2d25c5 100644 --- a/publish.sh +++ b/publish.sh @@ -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