aboutsummaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-04-03 13:10:35 +0100
committerGitHub <noreply@github.com>2025-04-03 13:10:35 +0100
commitf0e8cc753e8448d415ae90ad7774058c6c5d47f7 (patch)
treed37f6ead9349f8b913974a0456970d7263ff6a75 /rust-toolchain.toml
parentfix(kv): Filter deleted keys from `kv list` (#2665) (diff)
downloadatuin-f0e8cc753e8448d415ae90ad7774058c6c5d47f7.zip
chore: update to rust 1.86 (#2666)
* chore: update to rust 1.86 * fix: clippy errors from 1.86 * fix: update nix sha256
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 00822fdf..e7f22fb8 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
-channel = "1.85.1"
+channel = "1.86"