Skip to content

Commit

Permalink
feat(version): declare minimum supported rust version at 1.56.0 (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Lee <benjamin@computer.surgery>
  • Loading branch information
olivia-fl and olivia-fl authored Oct 10, 2022
1 parent 1e6bd51 commit ac02a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ac02a12

Please sign in to comment.