Skip to content

Commit c4486d2

Browse files
authored
Merge pull request #129 from serde-rs/skeptic
Pull in skeptic 0.13.5+ to unbreak tests
2 parents dd2caeb + 26a4f81 commit c4486d2

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
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
15+
rust: [nightly, beta, stable]
2116
steps:
2217
- uses: actions/checkout@v2
2318
- uses: dtolnay/rust-toolchain@master

_skeptic/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build = "build.rs"
77
publish = false
88

99
[build-dependencies]
10-
skeptic = "0.13"
10+
skeptic = "0.13.5"
1111

1212
[dev-dependencies]
1313
chrono = "0.4"
@@ -18,5 +18,5 @@ serde_repr = "0.1"
1818
serde_test = "1.0"
1919
serde-transcode = "1.0"
2020
serde_yaml = "0.8"
21-
skeptic = "0.13"
21+
skeptic = "0.13.5"
2222
void = "1.0"

0 commit comments

Comments
 (0)