diff options
| author | Fuwn <[email protected]> | 2023-04-15 22:27:07 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-15 22:27:07 +0000 |
| commit | 82140f82fde5c3cdcd04f05d08081184989e28fa (patch) | |
| tree | e47a91665cd18a3b3331b2a6077167f27396f246 /rust-toolchain.toml | |
| parent | chore(git): don't remove example artifacts (diff) | |
| download | germ-82140f82fde5c3cdcd04f05d08081184989e28fa.tar.xz germ-82140f82fde5c3cdcd04f05d08081184989e28fa.zip | |
deps(rustc): pin
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..cc0d902 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly" +channel = "nightly-2023-04-02" |