diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-08-07 21:07:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-07 21:07:34 +0100 |
| commit | b764ee327da6641e95279c9540be5fcf68814f14 (patch) | |
| tree | 9a9710972fb6656ed2a52ebc61c9a7b268c1c9b3 /rust-toolchain.toml | |
| parent | fix(mail): enable correct tls features for postmark client (#2347) (diff) | |
| download | atuin-b764ee327da6641e95279c9540be5fcf68814f14.zip | |
chore: update to rust 1.80 (#2344)
Diffstat (limited to 'rust-toolchain.toml')
| -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 c6e4d7d5..8cca5be0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.79" +channel = "1.80" |
