diff options
| author | Fuwn <[email protected]> | 2022-01-04 18:36:23 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 18:36:23 -0800 |
| commit | db5ba971f0464a9b0649cc2f4304b32ba1373634 (patch) | |
| tree | e23ee37fedac0bc9a19fc1180ef882bff4360535 | |
| parent | chore: stricter clippy (diff) | |
| download | api-db5ba971f0464a9b0649cc2f4304b32ba1373634.tar.xz api-db5ba971f0464a9b0649cc2f4304b32ba1373634.zip | |
fix: update rust toolchain
| -rw-r--r-- | rust-toolchain | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain index 09315e2..09396e5 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1,2 @@ -nightly-2021-04-24 +[toolchain] +channel = "nightly-2021-12-04" |