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 | 55c0c9038fdc8895e53a3e03df2e2012e6454ebf (patch) | |
| tree | e297caaf07d84f2ba9351cc440ffd0c1ec45aa69 /rust-toolchain.toml | |
| parent | feat(cargo): bump 0.2.5 -> 0.3.0 (diff) | |
| download | windmark-55c0c9038fdc8895e53a3e03df2e2012e6454ebf.tar.xz windmark-55c0c9038fdc8895e53a3e03df2e2012e6454ebf.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" |