diff options
| author | Fuwn <[email protected]> | 2022-07-24 21:08:07 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-24 21:08:07 +0000 |
| commit | 7c196cdc0fe8c2a24f7e839876d3bdb9066571fa (patch) | |
| tree | 06c23e5b46089c881675f1e9f8a63d6637992cd8 /rust-toolchain.toml | |
| parent | feat(ui.rs): black background (diff) | |
| download | sydney-0.1.8.tar.xz sydney-0.1.8.zip | |
feat(src): ui overhaul (bollux inspired)v0.1.8
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 60883f4..3aa68ad 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.59.0" +channel = "nightly-2022-07-23" |