diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-04-03 13:10:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-03 13:10:35 +0100 |
| commit | f0e8cc753e8448d415ae90ad7774058c6c5d47f7 (patch) | |
| tree | d37f6ead9349f8b913974a0456970d7263ff6a75 /Cargo.toml | |
| parent | fix(kv): Filter deleted keys from `kv list` (#2665) (diff) | |
| download | atuin-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 '')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ exclude = ["ui/backend"] [workspace.package] version = "18.5.0-beta.2" authors = ["Ellie Huxtable <ellie@atuin.sh>"] -rust-version = "1.85.1" +rust-version = "1.86" license = "MIT" homepage = "https://atuin.sh" repository = "https://github.com/atuinsh/atuin" |
