diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f00e73..02ba346 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust: [1.81, stable] + rust: [1.82, stable] os: [ubuntu-latest, macOS-latest, windows-latest] steps: diff --git a/Cargo.toml b/Cargo.toml index e596f4e..4a3c12d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.81" +rust-version = "1.82" edition = "2021" [features] diff --git a/clippy.toml b/clippy.toml index 8c0bc00..4579197 100644 --- a/clippy.toml +++ b/clippy.toml @@ -1 +1 @@ -msrv = "1.81" +msrv = "1.82" diff --git a/src/lib.rs b/src/lib.rs index c062bce..fa1460a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -140,7 +140,7 @@ //! //! ## 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 //!