Merge pull request #2193 from cfallin/min-rust-1.43
Update minimum Rust version in CI to 1.43.0.
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -124,12 +124,12 @@ jobs:
|
|||||||
- run: cargo check --target wasm32-unknown-emscripten -p wasi-common
|
- run: cargo check --target wasm32-unknown-emscripten -p wasi-common
|
||||||
- run: cargo check --target armv7-unknown-linux-gnueabihf -p wasi-common
|
- run: cargo check --target armv7-unknown-linux-gnueabihf -p wasi-common
|
||||||
|
|
||||||
# Check that codegen and wasm crates typecheck on 1.41.0; this is required
|
# Check that codegen and wasm crates typecheck on 1.43.0; this is required
|
||||||
# for Firefox.
|
# for Firefox.
|
||||||
- run: rustup install 1.41.0
|
- run: rustup install 1.43.0
|
||||||
- run: cargo +1.41.0 check -p cranelift-codegen
|
- run: cargo +1.43.0 check -p cranelift-codegen
|
||||||
- run: cargo +1.41.0 check -p cranelift-wasm
|
- run: cargo +1.43.0 check -p cranelift-wasm
|
||||||
- run: cargo +1.41.0 check -p cranelift-tools
|
- run: cargo +1.43.0 check -p cranelift-tools
|
||||||
|
|
||||||
|
|
||||||
fuzz_targets:
|
fuzz_targets:
|
||||||
|
|||||||
Reference in New Issue
Block a user