feat(version): declare minimum supported rust version at 1.56.0 (#209)

Co-authored-by: Benjamin Lee <benjamin@computer.surgery>
This commit is contained in:
Benjamin Lee 2022-10-10 09:38:05 -07:00 committed by GitHub
parent 1e6bd51f57
commit ac02a1242b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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]