Skip to content

Commit 266b462

Browse files
committed
feat(msrv): bump msrv to 1.71.1
1 parent b6b67f6 commit 266b462

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.70.0"
11+
rust-version = "1.71.1"
1212
edition = "2021"
1313

1414
[features]

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
//! representation will be thrown away and the actual value will be used when
139139
//! serializing.
140140
//!
141-
//! ## Minimum Supported Rust Version
141+
//! ## Minimum Supported Rust Version (MSRV)
142142
//!
143-
//! You must be at least `1.70.0` tall to get on this ride.
143+
//! You must be at least `1.71.1` tall to get on this ride.
144144
//!
145145
//! ## License
146146
//!

tools/kdl-lsp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ license = "Apache-2.0"
88
readme = "README.md"
99
homepage = "https://kdl.dev"
1010
repository = "https://github.com/kdl-org/kdl-rs"
11-
keywords = ["kdl", "document", "serialization", "config", "lsp", "language server"]
12-
rust-version = "1.70.0"
11+
keywords = ["kdl", "document", "config", "lsp", "language server"]
12+
rust-version = "1.71.1"
1313

1414
[dependencies]
1515
miette.workspace = true

0 commit comments

Comments
 (0)