diff options
| author | Fuwn <[email protected]> | 2023-04-04 09:12:11 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-04-04 09:12:11 +0000 |
| commit | bda843b8f911f379fd8d3af526b9e6619f6a5ca9 (patch) | |
| tree | e297caaf07d84f2ba9351cc440ffd0c1ec45aa69 /rust-toolchain.toml | |
| parent | feat(cargo): bump 0.2.5 -> 0.3.0 (diff) | |
| download | windmark-bda843b8f911f379fd8d3af526b9e6619f6a5ca9.tar.xz windmark-bda843b8f911f379fd8d3af526b9e6619f6a5ca9.zip | |
feat(route): native async route support !!
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 776ddcd..864d3c4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2023-03-27" +channel = "1.68.2" |