mirror of https://github.com/kdl-org/kdl-rs.git
feat(msrv): bump msrv to 1.71.1
This commit is contained in:
parent
b6b67f62fa
commit
266b462a19
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
//!
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue