Skip to content

Commit

Permalink
Upgrade to Rust 1.81.0. (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Sep 6, 2024
1 parent 83bfd08 commit 44ab17c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
docker run --rm \
-v $PWD:/code \
-w /code \
rust:1.80.1-alpine3.20 \
rust:1.81.0-alpine3.20 \
sh -c "
apk add musl-dev &&
addgroup -g $(id -g) build &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
docker run --rm \
-v $PWD:/code \
-w /code \
rust:1.80.1-alpine3.20 \
rust:1.81.0-alpine3.20 \
sh -c "
apk add musl-dev &&
addgroup -g $(id -g) build &&
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.80.1"
channel = "1.81.0"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit 44ab17c

Please sign in to comment.