Skip to content

Commit 73af8e8

Browse files
committed
Raise local version of Rust to 1.74.0
Ideally we would keep this at the MSRV but rust-analyzer now doesn't work with anything older than this version. We had to jump up to 1.70 to get `block_box` to run the benchmarks anyways.
1 parent d8f0ce0 commit 73af8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.70.0"
2+
channel = "1.74.0"
33
components = ["rustfmt", "rust-src", "llvm-tools-preview"]

0 commit comments

Comments
 (0)