diff options
| author | Ray Kohler <ataraxia937@ataraxia937.xyz> | 2025-08-18 11:14:07 -0400 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2025-09-10 12:57:43 -0700 |
| commit | ef2dea458940c2074f6b3ffe003fe168fffa6883 (patch) | |
| tree | ab36f54df5372ba93115a4dc6885b104f6008d78 | |
| parent | fix: clippy warnings I don't have on my version of clippy (diff) | |
| download | atuin-ef2dea458940c2074f6b3ffe003fe168fffa6883.zip | |
fix: add forgotten `rust-toolchain.toml` to match changes (oops)
Diffstat (limited to '')
| -rw-r--r-- | rust-toolchain.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c95c9057..4f3e8c52 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.88" +channel = "1.89" |
