From 534bf149e0aa8b586676b219ff9070ea3b4e082f Mon Sep 17 00:00:00 2001 From: haixuanTao Date: Tue, 9 Jan 2024 20:41:56 +0100 Subject: [PATCH] Bump rust toolchain to use `stdsimd` feature on 1.72. See: https://github.com/tkaitchuck/aHash/issues/195 Related to: https://github.com/dora-rs/dora/actions/runs/7465955428/job/20316250830 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0538cafab..e724aeb2f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.70" +channel = "1.72" components = ["rustfmt", "clippy"]