Skip to content

Commit

Permalink
v2.0: hardcode rust version for publish-crate (#4228)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Jan 8, 2025
1 parent d3cb8e0 commit faea52f
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.81.0
source ci/rust-version.sh stable

# shellcheck disable=SC2086
Expand Down

0 comments on commit faea52f

Please sign in to comment.