We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5a37e commit 22c4902Copy full SHA for 22c4902
.github/workflows/build.yml
@@ -21,7 +21,7 @@ env:
21
CARGO_TERM_COLOR: always
22
CARGO_INCREMENTAL: '0'
23
CARGO_PROFILE_DEV_DEBUG: '0'
24
- RUST_TOOLCHAIN_VERSION: "1.75.0"
+ RUST_TOOLCHAIN_VERSION: "1.76.0"
25
RUSTFLAGS: "-D warnings"
26
RUSTDOCFLAGS: "-D warnings"
27
RUST_LOG: "info"
rust-toolchain.toml
@@ -1,2 +1,2 @@
1
[toolchain]
2
-channel = "1.75.0"
+channel = "1.76.0"
0 commit comments