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 | b3b6691b76b1f99227d665f25c0def278455b00f (patch) | |
| tree | 4eccb2552f6f46be54dc9df70d7c6397b62edbc9 | |
| parent | docs(readme): extend useful sections (diff) | |
| download | windmark-b3b6691b76b1f99227d665f25c0def278455b00f.tar.xz windmark-b3b6691b76b1f99227d665f25c0def278455b00f.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" |