feat(msrv): bump msrv to 1.71.1

This commit is contained in:
Kat Marchán 2025-01-16 19:43:22 -08:00
parent b6b67f62fa
commit 266b462a19
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ readme = "README.md"
homepage = "https://kdl.dev"
repository = "https://github.com/kdl-org/kdl-rs"
keywords = ["kdl", "document", "serialization", "config"]
rust-version = "1.70.0"
rust-version = "1.71.1"
edition = "2021"
[features]

View File

@ -138,9 +138,9 @@
//! representation will be thrown away and the actual value will be used when
//! serializing.
//!
//! ## Minimum Supported Rust Version
//! ## Minimum Supported Rust Version (MSRV)
//!
//! You must be at least `1.70.0` tall to get on this ride.
//! You must be at least `1.71.1` tall to get on this ride.
//!
//! ## License
//!

View File

@ -8,8 +8,8 @@ license = "Apache-2.0"
readme = "README.md"
homepage = "https://kdl.dev"
repository = "https://github.com/kdl-org/kdl-rs"
keywords = ["kdl", "document", "serialization", "config", "lsp", "language server"]
rust-version = "1.70.0"
keywords = ["kdl", "document", "config", "lsp", "language server"]
rust-version = "1.71.1"
[dependencies]
miette.workspace = true