From 65b25c4f824217c52a21c408bf64bf56003c1b08 Mon Sep 17 00:00:00 2001 From: Ray Kohler Date: Fri, 26 Sep 2025 13:46:49 -0400 Subject: chore: update to Rust 1.90 (#2916) ## Checks - [X] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [X] I have checked that there are no existing pull requests for the same thing Hopefully this one is mergeable as is, unlike the 1.89 upgrade. Fixes: #2915 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4d4cff24..c11df60a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ exclude = ["ui/backend"] [workspace.package] version = "18.8.0" authors = ["Ellie Huxtable "] -rust-version = "1.89" +rust-version = "1.90" license = "MIT" homepage = "https://atuin.sh" repository = "https://github.com/atuinsh/atuin" -- cgit v1.3.1