diff --git a/Cargo.toml b/Cargo.toml index d393ff1..83794be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/src/lib.rs b/src/lib.rs index 31aaa82..953b180 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 //! diff --git a/tools/kdl-lsp/Cargo.toml b/tools/kdl-lsp/Cargo.toml index 146bf3c..c3e8de4 100644 --- a/tools/kdl-lsp/Cargo.toml +++ b/tools/kdl-lsp/Cargo.toml @@ -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