diff options
| author | Fuwn <[email protected]> | 2022-01-04 19:50:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 19:50:38 -0800 |
| commit | 98c3eee6da1dd76814cf926b0c398f99e3e7c6b5 (patch) | |
| tree | 53405c533ec076f8a2d49dedb64482e776754b29 | |
| parent | fix: update rust toolchain (diff) | |
| download | api-98c3eee6da1dd76814cf926b0c398f99e3e7c6b5.tar.xz api-98c3eee6da1dd76814cf926b0c398f99e3e7c6b5.zip | |
fix(rust): toolchain file wrong format
| -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 011b8ea..09396e5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2021-04-24" +channel = "nightly-2021-12-04" |