bump msrv

This commit is contained in:
Kat Marchán 2026-05-28 12:52:40 -07:00
parent e9df058c25
commit 75d4fa039a
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [1.82, stable]
rust: [1.96, stable]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:

View File

@ -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.82"
rust-version = "1.96"
edition = "2021"
[features]

View File

@ -1 +1 @@
msrv = "1.82"
msrv = "1.96"

View File

@ -140,7 +140,7 @@
//!
//! ## Minimum Supported Rust Version (MSRV)
//!
//! You must be at least `1.82` tall to get on this ride.
//! You must be at least `1.96` tall to get on this ride.
//!
//! ## License
//!