File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 87
87
- uses : actions/checkout@v2
88
88
89
89
- name : Install dependencies
90
- run : cargo install cargo-raze --version 0.14 .1
90
+ run : cargo install cargo-raze --version 0.16 .1
91
91
92
92
- name : Format (bazel query)
93
93
run : |
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def proxy_wasm_cpp_host_dependencies():
39
39
"wasm32-unknown-unknown" ,
40
40
"wasm32-wasi" ,
41
41
],
42
- version = "1.68 .0" ,
42
+ version = "1.76 .0" ,
43
43
)
44
44
rust_repository_set (
45
45
name = "rust_linux_s390x" ,
@@ -48,7 +48,7 @@ def proxy_wasm_cpp_host_dependencies():
48
48
"wasm32-unknown-unknown" ,
49
49
"wasm32-wasi" ,
50
50
],
51
- version = "1.68 .0" ,
51
+ version = "1.76 .0" ,
52
52
)
53
53
54
54
zig_register_toolchains (
Original file line number Diff line number Diff line change 1
1
# https://github.com/bazelbuild/rules_rust/pull/1315
2
2
3
3
diff --git a/rust/private/rustc.bzl b/rust/private/rustc.bzl
4
- index 6cdbefeb..284d4afa 100644
4
+ index e1012230..9dadfd15 100644
5
5
--- a/rust/private/rustc.bzl
6
6
+++ b/rust/private/rustc.bzl
7
- @@ -1024,7 +1024,7 @@ def rustc_compile_action(
8
- ),
9
- ]
10
-
7
+ @@ -1481,2 +1481,2 @@ def rustc_compile_action(
8
+ })
9
+ crate_info = rust_common.create_crate_info(**crate_info_dict)
10
+
11
11
- if crate_info.type in ["staticlib", "cdylib"]:
12
12
+ if crate_info.type in ["staticlib", "cdylib"] and not out_binary:
13
13
# These rules are not supposed to be depended on by other rust targets, and
Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ def proxy_wasm_cpp_host_repositories():
74
74
maybe (
75
75
http_archive ,
76
76
name = "rules_rust" ,
77
- sha256 = "e3fe2a255589d128c5e59e407ee57c832533f25ce14cc23605d368cf507ce08d " ,
78
- strip_prefix = "rules_rust-0.24.1 " ,
77
+ sha256 = "1e6e8ea8675bd8e19ecca7996dca75c40b3e75a9ca208cfd12c1ca9a3554a6d8 " ,
78
+ strip_prefix = "rules_rust-0.40.0 " ,
79
79
# NOTE: Update Rust version in bazel/dependencies.bzl.
80
- url = "https://github.com/bazelbuild/rules_rust/archive/0.24.1 .tar.gz" ,
80
+ url = "https://github.com/bazelbuild/rules_rust/archive/0.40.0 .tar.gz" ,
81
81
patches = ["@proxy_wasm_cpp_host//bazel/external:rules_rust.patch" ],
82
82
patch_args = ["-p1" ],
83
83
)
You can’t perform that action at this time.
0 commit comments