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
69
69
build:macos --cxxopt=-std=c++17
70
70
build:windows --cxxopt="/std:c++17"
71
71
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
73
74
build:windows --enable_runfiles
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def proxy_wasm_cpp_host_dependencies():
34
34
"wasm32-unknown-unknown" ,
35
35
"wasm32-wasi" ,
36
36
],
37
- version = "1.58.1 " ,
37
+ version = "1.60.0 " ,
38
38
)
39
39
rust_repository_set (
40
40
name = "rust_linux_s390x" ,
@@ -43,7 +43,7 @@ def proxy_wasm_cpp_host_dependencies():
43
43
"wasm32-unknown-unknown" ,
44
44
"wasm32-wasi" ,
45
45
],
46
- version = "1.58.1 " ,
46
+ version = "1.60.0 " ,
47
47
)
48
48
49
49
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():
66
66
maybe (
67
67
http_archive ,
68
68
name = "rules_rust" ,
69
- sha256 = "6c26af1bb98276917fcf29ea942615ab375cf9d3c52f15c27fdd176ced3ee906 " ,
70
- strip_prefix = "rules_rust-b3ddf6f096887b757ab1a661662a95d6b2699fa7 " ,
69
+ sha256 = "0c57c91a20df12d2b1e5db6c58fd6df21bce0c73940eeafbcb87761c14c28878 " ,
70
+ strip_prefix = "rules_rust-0.3.1 " ,
71
71
# 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" ,
75
73
)
76
74
77
75
# Core.
You can’t perform that action at this time.
0 commit comments