feat(msrv): bump msrv

This commit is contained in:
Kat Marchán 2025-09-11 15:10:42 -07:00
parent e47ca9c683
commit e1727e7c28
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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