We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd2caeb + 26a4f81 commit c4486d2Copy full SHA for c4486d2
.github/workflows/ci.yml
@@ -12,12 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- rust:
16
- # pinned due to https://github.com/serde-rs/serde-rs.github.io/issues/115
17
- - nightly-2020-05-09
18
- #- beta
19
- #- stable
20
- - 1.44.0
+ rust: [nightly, beta, stable]
21
steps:
22
- uses: actions/checkout@v2
23
- uses: dtolnay/rust-toolchain@master
_skeptic/Cargo.toml
@@ -7,7 +7,7 @@ build = "build.rs"
7
publish = false
8
9
[build-dependencies]
10
-skeptic = "0.13"
+skeptic = "0.13.5"
11
[dev-dependencies]
chrono = "0.4"
@@ -18,5 +18,5 @@ serde_repr = "0.1"
serde_test = "1.0"
serde-transcode = "1.0"
serde_yaml = "0.8"
void = "1.0"
0 commit comments