mirror of
https://github.com/helix-editor/spellbook.git
synced 2025-10-06 00:02:48 +02:00
Raise local version of Rust
So I can run the benchmarks without switching Rust versions.
This commit is contained in:
1
.envrc
1
.envrc
@@ -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
|
||||
|
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.60.0"
|
||||
channel = "1.70.0"
|
||||
components = ["rustfmt", "rust-src"]
|
||||
|
Reference in New Issue
Block a user