aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2025-03-24 11:14:49 +0000
committerGitHub <noreply@github.com>2025-03-24 11:14:49 +0000
commit9652b5066ccc4d6f1978a854b6ac4450932d559e (patch)
tree0ff563ba216310dae68e4b3ecdddff9fc046531a /Cargo.toml
parentfix(build): change atuin-daemon build script .proto paths (#2638) (diff)
downloadatuin-9652b5066ccc4d6f1978a854b6ac4450932d559e.zip
chore: update to rust 1.85.1 (#2642)
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9b4fb1f9..dba271f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"