We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6bd51 commit ac02a12Copy full SHA for ac02a12
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ${{ matrix.os }}
29
strategy:
30
matrix:
31
- rust: [1.54.0, stable]
+ rust: [1.56.0, stable]
32
os: [ubuntu-latest, macOS-latest, windows-latest]
33
34
steps:
Cargo.toml
@@ -9,6 +9,7 @@ documentation = "https://docs.rs/miette"
9
license = "Apache-2.0"
10
readme = "README.md"
11
edition = "2018"
12
+rust-version = "1.56.0"
13
exclude = ["images/", "tests/", "miette-derive/"]
14
15
[dependencies]
0 commit comments