diff options
| author | Fuwn <[email protected]> | 2022-03-22 23:26:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-22 23:26:14 -0700 |
| commit | f4f66f3e0e38fa2647eb7c2e4fd6763d9ad54de9 (patch) | |
| tree | e4c1022e99890db34610b8c6d4d0fa00624357c2 /rust-toolchain.toml | |
| parent | 5936a9abb05bf2fd01a4101998e3cad44851d14d (diff) | |
| download | para-f4f66f3e0e38fa2647eb7c2e4fd6763d9ad54de9.tar.xz para-f4f66f3e0e38fa2647eb7c2e4fd6763d9ad54de9.zip | |
fix(rust): update toolchain to fix crossbeam #803
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 724c0ea..099ab4b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2022-02-20" +channel = "nightly-2022-03-08" |