From 0689d568479bb578f66e48df43628cc04aa6269b Mon Sep 17 00:00:00 2001 From: KodrAus Date: Sat, 29 Nov 2025 11:52:21 +1000 Subject: [PATCH] rebump msrv to 1.68.0 --- .github/workflows/main.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]