chore!(msrv): bump MSRV to 1.81

This commit is contained in:
Brooks J Rady 2025-04-26 23:09:53 +01:00
parent fbd1de4d9c
commit 757ddf04cb
5 changed files with 11 additions and 11 deletions

View File

@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust: [1.71.1, stable]
rust: [1.81, 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.71.1"
rust-version = "1.81"
edition = "2021"
[features]

View File

@ -140,9 +140,9 @@ means a few things:
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.71.1` tall to get on this ride.
You must be at least `1.81` tall to get on this ride.
### License

View File

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

View File

@ -9,7 +9,7 @@ readme = "README.md"
homepage = "https://kdl.dev"
repository = "https://github.com/kdl-org/kdl-rs"
keywords = ["kdl", "document", "config", "lsp", "language-server"]
rust-version = "1.71.1"
rust-version = "1.81"
[dependencies]
miette.workspace = true