Skip to content

Commit

Permalink
Update rust in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Dec 5, 2021
1 parent 34e9703 commit fe0a0ff
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 @@ -6,7 +6,7 @@ orbs:
# so you dont have to copy and paste it everywhere.
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python
python: circleci/[email protected]
rust: circleci/[email protected].0
rust: circleci/[email protected].7

commands:
test:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
description: Whether to build the binary for release or debug.
type: boolean
version:
default: 1.49.0
default: 1.57.0
description: Version of Rust executor to utilize.
type: string
with_cache:
Expand Down

0 comments on commit fe0a0ff

Please sign in to comment.