Skip to content

Commit 3c7eb4c

Browse files
authored
Merge branch 'master' into envoy-wamr-integration
2 parents dcea399 + bc9ef21 commit 3c7eb4c

File tree

72 files changed

+1411
-1010
lines changed

Some content is hidden

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

72 files changed

+1411
-1010
lines changed

bazel/cargo/BUILD.bazel

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ licenses([
1414
# Aliased targets
1515
alias(
1616
name = "anyhow",
17-
actual = "@proxy_wasm_cpp_host__anyhow__1_0_38//:anyhow",
17+
actual = "@proxy_wasm_cpp_host__anyhow__1_0_40//:anyhow",
1818
tags = [
1919
"cargo-raze",
2020
"manual",
@@ -30,27 +30,9 @@ alias(
3030
],
3131
)
3232

33-
alias(
34-
name = "indexmap",
35-
actual = "@proxy_wasm_cpp_host__indexmap__1_1_0//:indexmap",
36-
tags = [
37-
"cargo-raze",
38-
"manual",
39-
],
40-
)
41-
42-
alias(
43-
name = "object",
44-
actual = "@proxy_wasm_cpp_host__object__0_21_1//:object",
45-
tags = [
46-
"cargo-raze",
47-
"manual",
48-
],
49-
)
50-
5133
alias(
5234
name = "once_cell",
53-
actual = "@proxy_wasm_cpp_host__once_cell__1_5_2//:once_cell",
35+
actual = "@proxy_wasm_cpp_host__once_cell__1_7_2//:once_cell",
5436
tags = [
5537
"cargo-raze",
5638
"manual",
@@ -59,7 +41,7 @@ alias(
5941

6042
alias(
6143
name = "wasmtime",
62-
actual = "@proxy_wasm_cpp_host__wasmtime__0_21_0//:wasmtime",
44+
actual = "@proxy_wasm_cpp_host__wasmtime__0_25_0//:wasmtime",
6345
tags = [
6446
"cargo-raze",
6547
"manual",

0 commit comments

Comments
 (0)