diff options
| author | Fuwn <[email protected]> | 2022-01-04 19:51:48 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 19:51:48 -0800 |
| commit | 7075787cef389ce1d5c7eaa9631b91c647c3a407 (patch) | |
| tree | 381a684e2ba8c4a2d2d87815ede875b1f21204b0 | |
| parent | fix(rust): toolchain file wrong format again (diff) | |
| download | api-worker-7075787cef389ce1d5c7eaa9631b91c647c3a407.tar.xz api-worker-7075787cef389ce1d5c7eaa9631b91c647c3a407.zip | |
fix(rust): toolchain file wrong format again again
| -rw-r--r-- | rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain index 7b23f7e..db56ccb 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -channel = "nightly-2021-12-04" +nightly-2021-12-04 |