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 67a01f7 commit a2d38eaCopy full SHA for a2d38ea
.github/workflows/build.yml
@@ -17,7 +17,7 @@ env:
17
CARGO_TERM_COLOR: always
18
CARGO_INCREMENTAL: '0'
19
CARGO_PROFILE_DEV_DEBUG: '0'
20
- RUST_TOOLCHAIN_VERSION: "1.84.1"
+ RUST_TOOLCHAIN_VERSION: "1.85.0"
21
RUSTFLAGS: "-D warnings"
22
RUSTDOCFLAGS: "-D warnings"
23
RUST_LOG: "info"
.github/workflows/publish-docs.yml
@@ -13,7 +13,7 @@ on:
13
- crates/**
14
15
env:
16
permissions: {}
0 commit comments