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"]
2828
2929[package .metadata .raze .crates .bumpalo .'*' ]
3030patches = [
31- " @proxy_wasm_cpp_host//bazel/cargo/wasmtime:wasmtime- bumpalo.patch" ,
31+ " @proxy_wasm_cpp_host//bazel/cargo/wasmtime:bumpalo.patch" ,
3232]
3333patch_args = [" -p1" ]
3434
File renamed without changes.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def wasmtime_fetch_remote_crates():
109109 sha256 = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" ,
110110 strip_prefix = "bumpalo-3.11.1" ,
111111 patches = [
112- "@proxy_wasm_cpp_host//bazel/cargo/wasmtime:wasmtime- bumpalo.patch" ,
112+ "@proxy_wasm_cpp_host//bazel/cargo/wasmtime:bumpalo.patch" ,
113113 ],
114114 patch_args = [
115115 "-p1" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ rust_library(
7373 "@rules_rust//rust/platform:x86_64-linux-android",
7474 "@rules_rust//rust/platform:x86_64-unknown-freebsd",
7575 ): [
76- "@wasmtime__libc__0_2_7 //:libc",
76+ "@wasmtime__libc__0_2_137 //:libc",
7777 ],
7878 "//conditions:default": [],
7979 }) + selects.with_or({
You can’t perform that action at this time.
0 commit comments