aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-03-09 22:27:38 +0000
committerGitHub <noreply@github.com>2025-03-09 22:27:38 +0000
commit231d87c47ee2aebcb1cb85aad261e1d762e83da0 (patch)
treeb64046391f7cc43fa8f4d767061e208421b1c198 /Cargo.toml
parentfix: don't save empty commands (#2605) (diff)
downloadatuin-231d87c47ee2aebcb1cb85aad261e1d762e83da0.zip
chore: update rust toolchain to 1.85 (#2618)
* chore: update rust toolchain to 1.85 * nix things * make clippy happy I've replaced a bunch of &Option<String> with Option<String>. They were not in hot loops, so a single clone is really no big deal + keeps things simpler. * fmt
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7ae91ee9..6d9e5f83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ exclude = ["ui/backend"]
[workspace.package]
version = "18.4.0"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
-rust-version = "1.82"
+rust-version = "1.85"
license = "MIT"
homepage = "https://atuin.sh"
repository = "https://github.com/atuinsh/atuin"