Raise local version of Rust

So I can run the benchmarks without switching Rust versions.
This commit is contained in:
Michael Davis
2024-08-18 10:05:02 -04:00
parent 90fe282752
commit 4f000bd08a
2 changed files with 2 additions and 1 deletions

1
.envrc
View File

@@ -1,5 +1,6 @@
watch_file shell.nix
watch_file flake.lock
watch_file rust-toolchain.toml
# try to use flakes, if it fails use normal nix (ie. shell.nix)
use flake || use nix

View File

@@ -1,3 +1,3 @@
[toolchain]
channel = "1.60.0"
channel = "1.70.0"
components = ["rustfmt", "rust-src"]