Skip to content

Commit ac02a12

Browse files
authoredOct 10, 2022
feat(version): declare minimum supported rust version at 1.56.0 (#209)
Co-authored-by: Benjamin Lee <benjamin@computer.surgery>
1 parent 1e6bd51 commit ac02a12

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
strategy:
3030
matrix:
31-
rust: [1.54.0, stable]
31+
rust: [1.56.0, stable]
3232
os: [ubuntu-latest, macOS-latest, windows-latest]
3333

3434
steps:

‎Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ documentation = "https://docs.rs/miette"
99
license = "Apache-2.0"
1010
readme = "README.md"
1111
edition = "2018"
12+
rust-version = "1.56.0"
1213
exclude = ["images/", "tests/", "miette-derive/"]
1314

1415
[dependencies]

0 commit comments

Comments
 (0)
Please sign in to comment.