Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
v1.16: Hardcode rust version for publish-crate (#34552)
Browse files Browse the repository at this point in the history
Hardcode rust version for publish-crate
  • Loading branch information
Tyera authored Dec 20, 2023
1 parent 699dbd7 commit 175b4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/publish-crate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e
cd "$(dirname "$0")/.."
source ci/semver_bash/semver.sh
export RUST_STABLE_VERSION=1.70.0
source ci/rust-version.sh stable

# shellcheck disable=SC2086
Expand Down

0 comments on commit 175b4a7

Please sign in to comment.