Skip to content

Commit e1727e7

Browse files
committed
feat(msrv): bump msrv
1 parent e47ca9c commit e1727e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
rust: [1.81, stable]
31+
rust: [1.82, stable]
3232
os: [ubuntu-latest, macOS-latest, windows-latest]
3333

3434
steps:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
homepage = "https://kdl.dev"
99
repository = "https://github.com/kdl-org/kdl-rs"
1010
keywords = ["kdl", "document", "serialization", "config"]
11-
rust-version = "1.81"
11+
rust-version = "1.82"
1212
edition = "2021"
1313

1414
[features]

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.81"
1+
msrv = "1.82"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
//!
141141
//! ## Minimum Supported Rust Version (MSRV)
142142
//!
143-
//! You must be at least `1.81` tall to get on this ride.
143+
//! You must be at least `1.82` tall to get on this ride.
144144
//!
145145
//! ## License
146146
//!

0 commit comments

Comments
 (0)