From 16087be7139fc9827741cc4f23fdca061252bf50 Mon Sep 17 00:00:00 2001 From: Milos Stankovic <82043364+morph-dev@users.noreply.github.com> Date: Tue, 28 Jan 2025 23:12:58 +0200 Subject: [PATCH] build: update rust version to 1.81.0 --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1eada56..97a9003 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,5 +7,4 @@ workflows: - rust/lint-test-build: clippy_arguments: '--all-targets --all-features -- --deny warnings' release: true - version: 1.71.1 - + version: 1.81.0