diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc3e10e..710eb1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust: [1.54.0, stable] + rust: [1.56.0, stable] os: [ubuntu-latest, macOS-latest, windows-latest] steps: diff --git a/Cargo.toml b/Cargo.toml index 6cd5871..65cec15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ documentation = "https://docs.rs/miette" license = "Apache-2.0" readme = "README.md" edition = "2018" +rust-version = "1.56.0" exclude = ["images/", "tests/", "miette-derive/"] [dependencies]