From 37670c5ec224eec3af9778fb371c5529dfab52af Mon Sep 17 00:00:00 2001 From: Marshall Pierce <575695+marshallpierce@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:46:17 -0700 Subject: [PATCH] Bump dev toolchain version (#268) `half` requires 1.70. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ac0fae1..4d2576d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ workflows: # get a nightly or stable toolchain via rustup instead of a mutable docker tag toolchain_override: [ '__msrv__', # won't add any other toolchains, just uses what's in the docker image - '1.65.0', # minimum needed to build dev-dependencies + '1.70.0', # minimum needed to build dev-dependencies 'stable', 'beta', 'nightly'