From c0e0913985a0ca835de6448f44f38bb75be6f265 Mon Sep 17 00:00:00 2001 From: Sanskar Jethi Date: Wed, 13 Jul 2022 00:39:25 +0100 Subject: [PATCH] Try upgrade --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b3915eaf..987026da7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,8 +5,8 @@ orbs: # Orb commands and jobs help you with common scripting around a language/tool # 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@2.0.3 - rust: circleci/rust@1.6.0 + python: circleci/python@1.2 + rust: circleci/rust@1.5.0 commands: test: