mirror of https://github.com/kdl-org/kdl-rs.git
chore!(msrv): bump MSRV to 1.81
This commit is contained in:
parent
fbd1de4d9c
commit
757ddf04cb
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
//!
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue