diff options
| author | Fuwn <[email protected]> | 2025-04-08 10:37:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-04-08 10:37:41 +0000 |
| commit | fa411b4811b7097e0f145e3859aca669da71a7a0 (patch) | |
| tree | 4eccb2552f6f46be54dc9df70d7c6397b62edbc9 | |
| parent | docs(readme): extend useful sections (diff) | |
| download | windmark-fa411b4811b7097e0f145e3859aca669da71a7a0.tar.xz windmark-fa411b4811b7097e0f145e3859aca669da71a7a0.zip | |
chore: Bump Rust toolchain
| -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 87d6531..cf6d0f5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.77.1" +channel = "1.86.0" |