From fe0a0ffcd6294cb1c92f151b84cea279217fc2bc Mon Sep 17 00:00:00 2001 From: Sanskar Jethi Date: Sun, 5 Dec 2021 21:36:02 +0000 Subject: [PATCH] Update rust in tests --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1265f324b..f88fc47eb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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/python@1.2 - rust: circleci/rust@1.5.0 + rust: circleci/rust@1.5.7 commands: test: @@ -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: