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" homepage = "https://kdl.dev"
repository = "https://github.com/kdl-org/kdl-rs" repository = "https://github.com/kdl-org/kdl-rs"
keywords = ["kdl", "document", "serialization", "config"] keywords = ["kdl", "document", "serialization", "config"]
rust-version = "1.70.0" rust-version = "1.71.1"
edition = "2021" edition = "2021"
[features] [features]

View File

@ -138,9 +138,9 @@
//! representation will be thrown away and the actual value will be used when //! representation will be thrown away and the actual value will be used when
//! serializing. //! 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 //! ## License
//! //!

View File

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