diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2025-03-24 11:14:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 11:14:49 +0000 |
| commit | 9652b5066ccc4d6f1978a854b6ac4450932d559e (patch) | |
| tree | 0ff563ba216310dae68e4b3ecdddff9fc046531a /Cargo.toml | |
| parent | fix(build): change atuin-daemon build script .proto paths (#2638) (diff) | |
| download | atuin-9652b5066ccc4d6f1978a854b6ac4450932d559e.zip | |
chore: update to rust 1.85.1 (#2642)
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.1" authors = ["Ellie Huxtable <ellie@atuin.sh>"] -rust-version = "1.85" +rust-version = "1.85.1" license = "MIT" homepage = "https://atuin.sh" repository = "https://github.com/atuinsh/atuin" |
