Skip to content

Commit 57e1f32

Browse files
authored
Downgrade serde again for oss-fuzz (#1742)
This is a re-application of #1712 to fix the broken build from upgrading serde in a previous commit.
1 parent 1d20e5b commit 57e1f32

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ jobs:
8888
# skip testing crates that require wasmtime since wasmtime has a
8989
# more aggressive msrv than wasm-tools
9090
flags: --exclude fuzz-stats --exclude wit-component --exclude wasm-mutate-stats
91+
# this is the rust nightly that oss-fuzz currently uses so we don't
92+
# want this to break.
93+
- os: ubuntu-latest
94+
rust: nightly-2024-02-12
9195
steps:
9296
- uses: actions/checkout@v4
9397
with:

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)