Skip to content

Commit d168e3a

Browse files
committed
Disable CI builds which now also hit issue 115
1 parent b57e5d4 commit d168e3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
rust:
1616
# pinned due to https://github.com/serde-rs/serde-rs.github.io/issues/115
1717
- nightly-2020-05-09
18-
- beta
19-
- stable
18+
#- beta
19+
#- stable
20+
- 1.44.0
2021
steps:
2122
- uses: actions/checkout@v2
2223
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)