File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ patch_args = ["-p4"]
28
28
29
29
[package .metadata .raze .crates .bumpalo .'*' ]
30
30
patches = [
31
- " @proxy_wasm_cpp_host//bazel/cargo/wasmtime:wasmtime- bumpalo.patch" ,
31
+ " @proxy_wasm_cpp_host//bazel/cargo/wasmtime:bumpalo.patch" ,
32
32
]
33
33
patch_args = [" -p1" ]
34
34
File renamed without changes.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def wasmtime_fetch_remote_crates():
109
109
sha256 = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" ,
110
110
strip_prefix = "bumpalo-3.11.1" ,
111
111
patches = [
112
- "@proxy_wasm_cpp_host//bazel/cargo/wasmtime:wasmtime- bumpalo.patch" ,
112
+ "@proxy_wasm_cpp_host//bazel/cargo/wasmtime:bumpalo.patch" ,
113
113
],
114
114
patch_args = [
115
115
"-p1" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ rust_library(
73
73
"@rules_rust//rust/platform:x86_64-linux-android",
74
74
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
75
75
): [
76
- "@wasmtime__libc__0_2_7 //:libc",
76
+ "@wasmtime__libc__0_2_137 //:libc",
77
77
],
78
78
"//conditions:default": [],
79
79
}) + selects.with_or({
You can’t perform that action at this time.
0 commit comments