diff options
| author | Fuwn <[email protected]> | 2022-01-04 18:36:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 18:36:23 +0000 |
| commit | 5eabbed159be87b788d63143e16123aa0447617d (patch) | |
| tree | 4f8daed4ea2111893d7503fbac9ca3ee168d5e46 | |
| parent | chore: stricter clippy (diff) | |
| download | api-worker-5eabbed159be87b788d63143e16123aa0447617d.tar.xz api-worker-5eabbed159be87b788d63143e16123aa0447617d.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" |