Skip to content

Commit 8aa8053

Browse files
wasmtime: update to v6.0.1. (#333)
Signed-off-by: River phillips <[email protected]>
1 parent cc3864b commit 8aa8053

File tree

87 files changed

+1735
-1149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+1735
-1149
lines changed

bazel/cargo/wasmtime/BUILD.bazel

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ licenses([
1414
# Aliased targets
1515
alias(
1616
name = "anyhow",
17-
actual = "@wasmtime__anyhow__1_0_66//:anyhow",
17+
actual = "@wasmtime__anyhow__1_0_70//:anyhow",
1818
tags = [
1919
"cargo-raze",
2020
"manual",
@@ -32,7 +32,7 @@ alias(
3232

3333
alias(
3434
name = "once_cell",
35-
actual = "@wasmtime__once_cell__1_16_0//:once_cell",
35+
actual = "@wasmtime__once_cell__1_17_1//:once_cell",
3636
tags = [
3737
"cargo-raze",
3838
"manual",
@@ -41,7 +41,7 @@ alias(
4141

4242
alias(
4343
name = "wasmtime",
44-
actual = "@wasmtime__wasmtime__2_0_2//:wasmtime",
44+
actual = "@wasmtime__wasmtime__6_0_1//:wasmtime",
4545
tags = [
4646
"cargo-raze",
4747
"manual",
@@ -50,7 +50,7 @@ alias(
5050

5151
alias(
5252
name = "wasmtime_c_api_macros",
53-
actual = "@wasmtime__wasmtime_c_api_macros__0_19_0//:wasmtime_c_api_macros",
53+
actual = "@wasmtime__wasmtime_c_api_macros__0_0_0//:wasmtime_c_api_macros",
5454
tags = [
5555
"cargo-raze",
5656
"manual",

0 commit comments

Comments
 (0)