Skip to content

Commit

Permalink
Bump dev toolchain version (#268)
Browse files Browse the repository at this point in the history
`half` requires 1.70.
  • Loading branch information
marshallpierce committed Feb 14, 2024
1 parent 9652c78 commit 37670c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 37670c5

Please sign in to comment.