mirror of https://github.com/kdl-org/kdl-rs.git
feat(msrv): bump msrv
This commit is contained in:
parent
e47ca9c683
commit
e1727e7c28
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
msrv = "1.81"
|
msrv = "1.82"
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
//!
|
//!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue