Skip to content

Commit

Permalink
build(ci): Bump default toochain to 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
Niel Drummond committed Nov 27, 2024
1 parent 6b0b6f4 commit fccaf8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ executors:
docker-rust:
docker:
# Note: Let CI use our MSRV, rather than latest
- image: cimg/rust:1.78.0
- image: cimg/rust:1.81.0
resource_class: small
machine-ubuntu:
machine:
Expand Down Expand Up @@ -103,7 +103,7 @@ commands:
- run:
name: Install Rust (MSRV)
# Note: Let CI use our MSRV, rather than latest
command: which cargo || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.78.0
command: which cargo || curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.81.0
install-protoc:
steps:
- run:
Expand Down

0 comments on commit fccaf8b

Please sign in to comment.