diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | rust-toolchain.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" 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" |
