Skip to content

Commit 99a4c68

Browse files
authored
Update dependencies on their major version tracks (#2488)
* Update dependencies on their major version tracks Primarily pull in `rand` 0.10.x, but also keep some other deps up-to-date. * Fix some CI not sure why... * Juggle versions for MSRV, I always forget this * Downgrade criterion for msrv
1 parent 52d55f5 commit 99a4c68

34 files changed

Lines changed: 308 additions & 182 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
submodules: true
163163
- uses: ./.github/actions/install-rust
164164
- run: cargo test --locked -p wasmparser --benches
165-
- run: cargo test --locked -p wasm-encoder --all-features
165+
- run: cargo test --locked --all-features --manifest-path crates/wasm-encoder/Cargo.toml
166166
- run: cargo test -p wasm-smith --features wasmparser
167167
- run: cargo test -p wasm-smith --features component-model
168168
- run: cargo test --locked -p wasmparser --features try-op
@@ -306,11 +306,11 @@ jobs:
306306
- run: cargo check --no-default-features -p wat
307307
- run: cargo check --no-default-features -p wat --features component-model
308308
- run: cargo check --no-default-features -p wat --features dwarf
309-
- run: cargo check --no-default-features -p wasm-encoder
310-
- run: cargo check --no-default-features -p wasm-encoder --target x86_64-unknown-none
311-
- run: cargo check --no-default-features -p wasm-encoder --target x86_64-unknown-none --features wasmparser,component-model
312-
- run: cargo check --no-default-features -p wasm-encoder --features component-model
313-
- run: cargo check --no-default-features -p wasm-encoder --features wasmparser
309+
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml
310+
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml --target x86_64-unknown-none
311+
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml --target x86_64-unknown-none --features wasmparser,component-model
312+
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml --features component-model
313+
- run: cargo check --no-default-features --manifest-path crates/wasm-encoder/Cargo.toml --features wasmparser
314314
- run: cargo check --no-default-features -p wasm-smith
315315
- run: cargo check --no-default-features -p wasm-smith --features component-model
316316
- run: cargo check --no-default-features -p wasm-smith --features wasmparser

0 commit comments

Comments
 (0)