diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-30 13:44:18 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-04-30 13:44:18 +0200 |
| commit | 882c3900db9b65111272dc38d0df094e5b698639 (patch) | |
| tree | 83e274fc98f610815a6c91a8d245350430e5f468 | |
| parent | b84daf82ebe9726623cc8b9e1562f4b8f71368da (diff) | |
| download | rust-882c3900db9b65111272dc38d0df094e5b698639.tar.gz rust-882c3900db9b65111272dc38d0df094e5b698639.zip | |
Update object for the nightly Cranelift check
| -rw-r--r-- | .github/workflows/nightly-cranelift.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly-cranelift.yml b/.github/workflows/nightly-cranelift.yml index 11ef7c1ef5e..0a3e7ca073b 100644 --- a/.github/workflows/nightly-cranelift.yml +++ b/.github/workflows/nightly-cranelift.yml @@ -34,7 +34,7 @@ jobs: sed -i 's/cranelift-jit = { version = "\w*.\w*.\w*", optional = true }/cranelift-jit = { git = "https:\/\/github.com\/bytecodealliance\/wasmtime.git", optional = true }/' Cargo.toml sed -i 's/cranelift-object = "\w*.\w*.\w*"/cranelift-object = { git = "https:\/\/github.com\/bytecodealliance\/wasmtime.git" }/' Cargo.toml - sed -i 's/gimli = { version = "0.25.0", default-features = false, features = \["write"\]}/gimli = { version = "0.26.1", default-features = false, features = ["write"] }/' Cargo.toml + sed -i 's/object = { version = "0.27.0"/object = { version = "0.28.0"/' Cargo.toml cat Cargo.toml |
