From af9b0cc120dbd47c8db99039a6544147d23f1dc6 Mon Sep 17 00:00:00 2001 From: Timofey <5527315+epanchee@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:43:52 +0400 Subject: [PATCH] bump Rust version used in CI --- .github/workflows/tests_and_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_and_checks.yml b/.github/workflows/tests_and_checks.yml index 2ad0605..4f719e3 100644 --- a/.github/workflows/tests_and_checks.yml +++ b/.github/workflows/tests_and_checks.yml @@ -50,7 +50,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.68.0 + toolchain: 1.75.0 override: true target: wasm32-unknown-unknown components: rustfmt, clippy, llvm-tools-preview