diff options
| author | Fuwn <[email protected]> | 2021-03-28 15:50:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-28 15:50:38 -0700 |
| commit | 9f68a07ac51fb38eb0efa317db3be52c49948036 (patch) | |
| tree | 010a3065db1498449fd467baf6d8a2db35d796e1 /rust-toolchain.toml | |
| parent | fix: Implement parser (diff) | |
| download | whirl-9f68a07ac51fb38eb0efa317db3be52c49948036.tar.xz whirl-9f68a07ac51fb38eb0efa317db3be52c49948036.zip | |
chore: Change Rust toolchain for more accurate reproducibility
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 5d56faf..f2262e1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" +channel = "nightly-2021-02-20" |