From aae844fd2fd6a5f2eaffc18b78294813e47d5d13 Mon Sep 17 00:00:00 2001 From: CPerezz Date: Sat, 16 Sep 2023 13:28:23 +0200 Subject: [PATCH] chore: Update rust-toolchain to 1.66 for testing Note that tests will not compile due to the silent MSRV bump in `blake2b_simd`. Hence, we need to use `1.66` as toolchain. Resolves: #207 --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain b/rust-toolchain index 902c74186f..b6148bc0a7 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.65.0 +1.66.0