diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe54da6..249cc08 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.61.0 + - uses: dtolnay/rust-toolchain@1.68.0 with: components: clippy - uses: taiki-e/install-action@cargo-hack diff --git a/Cargo.toml b/Cargo.toml index 4cc3268..cb77082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ A lightweight logging facade for Rust categories = ["development-tools::debugging"] keywords = ["logging"] exclude = ["rfcs/**/*"] -rust-version = "1.61.0" +rust-version = "1.68.0" edition = "2021" [package.metadata.docs.rs]