From 05d0826a7556dc796356502976008d0e747da5d2 Mon Sep 17 00:00:00 2001 From: Uday Patil Date: Wed, 27 Sep 2023 14:48:17 -0400 Subject: [PATCH] bump rust version --- .github/workflows/Basic.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Basic.yml b/.github/workflows/Basic.yml index 6ad0235..88826ae 100644 --- a/.github/workflows/Basic.yml +++ b/.github/workflows/Basic.yml @@ -17,7 +17,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.65.0 + toolchain: 1.70.0 target: wasm32-unknown-unknown override: true @@ -47,7 +47,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.63.0 + toolchain: 1.70.0 override: true components: rustfmt, clippy