From 0c9cd2242594396653f84deb11f2cc64ba6bb1e9 Mon Sep 17 00:00:00 2001 From: Niel Drummond Date: Wed, 27 Nov 2024 17:03:30 +0000 Subject: [PATCH] build(ci): Bump default toochain to 1.81 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 83bc65a0b..0fbf817c5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: