Skip to content

Commit bea40c8

Browse files
committed
bump msrv to 1.68.0
1 parent c540184 commit bea40c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
runs-on: ubuntu-latest
9999
steps:
100100
- uses: actions/checkout@v4
101-
- uses: dtolnay/rust-toolchain@1.61.0
101+
- uses: dtolnay/rust-toolchain@1.68.0
102102
with:
103103
components: clippy
104104
- uses: taiki-e/install-action@cargo-hack

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A lightweight logging facade for Rust
1313
categories = ["development-tools::debugging"]
1414
keywords = ["logging"]
1515
exclude = ["rfcs/**/*"]
16-
rust-version = "1.61.0"
16+
rust-version = "1.68.0"
1717
edition = "2021"
1818

1919
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)