From 9652b5066ccc4d6f1978a854b6ac4450932d559e Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 24 Mar 2025 11:14:49 +0000 Subject: chore: update to rust 1.85.1 (#2642) --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 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 "] -rust-version = "1.85" +rust-version = "1.85.1" license = "MIT" homepage = "https://atuin.sh" repository = "https://github.com/atuinsh/atuin" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c5794a6b..00822fdf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.85" +channel = "1.85.1" -- cgit v1.3.1