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"
|
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]
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue