From 03c98eba7ada75da973a49b6a69ad5c8df2b81c1 Mon Sep 17 00:00:00 2001 From: "M.Amin Rayej" Date: Tue, 12 Sep 2023 01:05:38 +0330 Subject: [PATCH] bump up the rust stable version for tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02f083fd9a4..02c573ffe90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ env: RUSTFLAGS: -Dwarnings RUST_BACKTRACE: 1 # Change to specific Rust release to pin - rust_stable: 1.62.1 + rust_stable: 1.65.0 rust_nightly: nightly-2022-04-18 rust_clippy: 1.56.0 # When updating this, also update: