From 266b462a196c3f77bb7d8f2860774a9cf0c12d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Thu, 16 Jan 2025 19:43:22 -0800 Subject: [PATCH] feat(msrv): bump msrv to 1.71.1 --- Cargo.toml | 2 +- src/lib.rs | 4 ++-- tools/kdl-lsp/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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