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 c540184 commit bea40c8Copy full SHA for bea40c8
.github/workflows/main.yml
@@ -98,7 +98,7 @@ jobs:
98
runs-on: ubuntu-latest
99
steps:
100
- uses: actions/checkout@v4
101
- - uses: dtolnay/rust-toolchain@1.61.0
+ - uses: dtolnay/rust-toolchain@1.68.0
102
with:
103
components: clippy
104
- uses: taiki-e/install-action@cargo-hack
Cargo.toml
@@ -13,7 +13,7 @@ A lightweight logging facade for Rust
13
categories = ["development-tools::debugging"]
14
keywords = ["logging"]
15
exclude = ["rfcs/**/*"]
16
-rust-version = "1.61.0"
+rust-version = "1.68.0"
17
edition = "2021"
18
19
[package.metadata.docs.rs]
0 commit comments