Skip to content

Commit

Permalink
Upgrade Rust to 1.77.2. (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Apr 11, 2024
1 parent 678d4b5 commit c173038
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker run --rm \
-v $PWD:/code \
-w /code \
rust:1.77.1-alpine3.19 \
rust:1.77.2-alpine3.19 \
sh -c 'apk add cmake make musl-dev perl && cargo run -p package -- dist'
- persist_to_workspace:
root: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
docker run --rm \
-v $PWD:/code \
-w /code \
rust:1.77.1-alpine3.19 \
rust:1.77.2-alpine3.19 \
sh -c 'apk add cmake make musl-dev perl && cargo run -p package -- dist'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
docker run --rm \
-v $PWD:/code \
-w /code \
rust:1.77.1-alpine3.19 \
rust:1.77.2-alpine3.19 \
sh -c 'apk add cmake make musl-dev perl && cargo run -p package -- dist'
- name: Prepare Changelog
id: prepare-changelog
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# N.B.: Update .github and .circleci yaml to use a matching image, if available.
# Although a version match is not required (cargo downloads and installs the
# toolchain described here if not present), it does speed up CI builds.
channel = "1.77.1"
channel = "1.77.2"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit c173038

Please sign in to comment.