diff --git a/.circleci/config.yml b/.circleci/config.yml index 987026da7..4b3915eaf 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@1.2 - rust: circleci/rust@1.5.0 + python: circleci/python@2.0.3 + rust: circleci/rust@1.6.0 commands: test: