Skip to content

wasmtime: update to v0.32.0 #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 2, 2022
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
run: |
cargo install cargo-raze --version 0.12.0
cargo raze
# Ignore manual changes in "errno" crate until fixed in cargo-raze.
# Ignore manual changes in "cpufeatures, errno and rustix" crate until fixed in cargo-raze.
# See: https://github.com/google/cargo-raze/issues/451
git diff --exit-code -- ':!remote/BUILD.errno-0.2.8.bazel'
git diff --exit-code -- ':!remote/BUILD.cpufeatures-0.2.1.bazel' ':!remote/BUILD.errno-0.2.8.bazel' ':!remote/BUILD.rustix-0.26.2.bazel'
6 changes: 3 additions & 3 deletions bazel/cargo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ licenses([
# Aliased targets
alias(
name = "anyhow",
actual = "@proxy_wasm_cpp_host__anyhow__1_0_45//:anyhow",
actual = "@proxy_wasm_cpp_host__anyhow__1_0_52//:anyhow",
tags = [
"cargo-raze",
"manual",
Expand All @@ -32,7 +32,7 @@ alias(

alias(
name = "once_cell",
actual = "@proxy_wasm_cpp_host__once_cell__1_8_0//:once_cell",
actual = "@proxy_wasm_cpp_host__once_cell__1_9_0//:once_cell",
tags = [
"cargo-raze",
"manual",
Expand Down Expand Up @@ -61,7 +61,7 @@ alias(

alias(
name = "wasmtime",
actual = "@proxy_wasm_cpp_host__wasmtime__0_31_0//:wasmtime",
actual = "@proxy_wasm_cpp_host__wasmtime__0_32_0//:wasmtime",
tags = [
"cargo-raze",
"manual",
Expand Down
Loading