diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-09-10 12:48:18 -0700 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-09-10 12:57:43 -0700 |
| commit | 856c3be26ba98ebc47f9ada372e8f45a9bb31aa2 (patch) | |
| tree | 718bc768ce969af37ebcd411b26f32a85ea093af /Cargo.toml | |
| parent | ci: update dist workflows (diff) | |
| download | atuin-856c3be26ba98ebc47f9ada372e8f45a9bb31aa2.zip | |
fix: update version in Cargo.toml + github workflows
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ exclude = ["ui/backend"] [workspace.package] version = "18.8.0" authors = ["Ellie Huxtable <ellie@atuin.sh>"] -rust-version = "1.88" +rust-version = "1.89" license = "MIT" homepage = "https://atuin.sh" repository = "https://github.com/atuinsh/atuin" |
