Skip to content

Commit

Permalink
Upgrade to Rust 1.68.2. (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois authored Mar 30, 2023
1 parent c46f015 commit 9646e81
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 @@ -52,7 +52,7 @@ jobs:
docker run --rm \
-v $PWD:/code \
-w /code \
rust:1.68.0-alpine3.17 \
rust:1.68.2-alpine3.17 \
sh -c '
apk add cmake make musl-dev perl && \
cargo run -p package -- --dest-dir dist/ scie --tools-pex dist/tools.pex \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
docker run --rm \
-v $PWD:/code \
-w /code \
rust:1.68.0-alpine3.17 \
rust:1.68.2-alpine3.17 \
sh -c '
apk add cmake make musl-dev perl && \
cargo run -p package -- --dest-dir dist/ scie --tools-pex dist/tools.pex \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
docker run --rm \
-v $PWD:/code \
-w /code \
rust:1.68.0-alpine3.17 \
rust:1.68.2-alpine3.17 \
sh -c '
apk add cmake make musl-dev perl && \
cargo run -p package -- --dest-dir dist/ scie --tools-pex dist/tools.pex \
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
# N.B.: Update .github and .circleci yaml to use a matching image.
channel = "1.68.0"
channel = "1.68.2"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit 9646e81

Please sign in to comment.