File tree Expand file tree Collapse file tree 4 files changed +7
-115
lines changed
Expand file tree Collapse file tree 4 files changed +7
-115
lines changed Original file line number Diff line number Diff line change @@ -69,5 +69,6 @@ build:linux --cxxopt=-std=c++17
6969build:macos --cxxopt=-std=c++17
7070build:windows --cxxopt="/std:c++17"
7171
72- # Enable runfiles on Windows (enabled by default on other platforms).
72+ # Enable symlinks and runfiles on Windows (enabled by default on other platforms).
73+ startup --windows_enable_symlinks
7374build:windows --enable_runfiles
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def proxy_wasm_cpp_host_dependencies():
3434 "wasm32-unknown-unknown" ,
3535 "wasm32-wasi" ,
3636 ],
37- version = "1.58.1 " ,
37+ version = "1.60.0 " ,
3838 )
3939 rust_repository_set (
4040 name = "rust_linux_s390x" ,
@@ -43,7 +43,7 @@ def proxy_wasm_cpp_host_dependencies():
4343 "wasm32-unknown-unknown" ,
4444 "wasm32-wasi" ,
4545 ],
46- version = "1.58.1 " ,
46+ version = "1.60.0 " ,
4747 )
4848
4949 zig_register_toolchains (
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -66,12 +66,10 @@ def proxy_wasm_cpp_host_repositories():
6666 maybe (
6767 http_archive ,
6868 name = "rules_rust" ,
69- sha256 = "6c26af1bb98276917fcf29ea942615ab375cf9d3c52f15c27fdd176ced3ee906 " ,
70- strip_prefix = "rules_rust-b3ddf6f096887b757ab1a661662a95d6b2699fa7 " ,
69+ sha256 = "0c57c91a20df12d2b1e5db6c58fd6df21bce0c73940eeafbcb87761c14c28878 " ,
70+ strip_prefix = "rules_rust-0.3.1 " ,
7171 # NOTE: Update Rust version in bazel/dependencies.bzl.
72- url = "https://github.com/bazelbuild/rules_rust/archive/b3ddf6f096887b757ab1a661662a95d6b2699fa7.tar.gz" ,
73- patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch" ],
74- patch_args = ["-p1" ],
72+ url = "https://github.com/bazelbuild/rules_rust/archive/0.3.1.tar.gz" ,
7573 )
7674
7775 # Core.
You can’t perform that action at this time.
0 commit comments