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

View File

@ -140,9 +140,9 @@ means a few things:
representation will be thrown away and the actual value will be used when representation will be thrown away and the actual value will be used when
serializing. 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 ### License

View File

@ -140,7 +140,7 @@
//! //!
//! ## Minimum Supported Rust Version (MSRV) //! ## 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 //! ## License
//! //!

View File

@ -9,7 +9,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", "config", "lsp", "language-server"] keywords = ["kdl", "document", "config", "lsp", "language-server"]
rust-version = "1.71.1" rust-version = "1.81"
[dependencies] [dependencies]
miette.workspace = true miette.workspace = true