diff options
| author | Fuwn <[email protected]> | 2021-03-28 15:50:38 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-03-28 15:50:38 +0000 |
| commit | 176f0e033b70a4a45d0890d1bd373b31fd2bccea (patch) | |
| tree | d8c959bd47b1368faf00a3474d91e20cfda6afc5 | |
| parent | fix: Implement parser (diff) | |
| download | whirl-176f0e033b70a4a45d0890d1bd373b31fd2bccea.tar.xz whirl-176f0e033b70a4a45d0890d1bd373b31fd2bccea.zip | |
chore: Change Rust toolchain for more accurate reproducibility
| -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" |