From 5860cce9ebc64385b28111d602409283a4cb16ed Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 30 Jun 2023 21:56:35 -0600 Subject: [PATCH] Upgrade rust deploy version to 1.60 --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 71e6baa..df5bb85 100644 --- a/publish.sh +++ b/publish.sh @@ -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