aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-08-07 21:07:34 +0100
committerGitHub <noreply@github.com>2024-08-07 21:07:34 +0100
commitb764ee327da6641e95279c9540be5fcf68814f14 (patch)
tree9a9710972fb6656ed2a52ebc61c9a7b268c1c9b3 /Cargo.toml
parentfix(mail): enable correct tls features for postmark client (#2347) (diff)
downloadatuin-b764ee327da6641e95279c9540be5fcf68814f14.zip
chore: update to rust 1.80 (#2344)
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 178b0ee9..a0fffdca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ exclude = ["ui/backend"]
[workspace.package]
version = "18.4.0-beta.3"
authors = ["Ellie Huxtable <ellie@atuin.sh>"]
-rust-version = "1.79"
+rust-version = "1.80"
license = "MIT"
homepage = "https://atuin.sh"
repository = "https://github.com/atuinsh/atuin"