File tree Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Expand file tree Collapse file tree 5 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 80
80
run : |
81
81
go install github.com/bazelbuild/buildtools/buildifier@latest
82
82
export PATH=$PATH:$(go env GOPATH)/bin
83
- buildifier -mode=check WORKSPACE
84
- buildifier -mode=check BUILD
83
+ buildifier -mode=check -r .
85
84
86
85
- name : Format (rules_rust)
87
86
run : |
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
-
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
load ("@proxy_wasm_rust_sdk//bazel/cargo/remote:defs.bzl" , "crate_repositories" )
16
- load ("@rules_rust//rust:repositories.bzl" , "rust_repositories" )
17
16
load ("@rules_rust//crate_universe:repositories.bzl" , "crate_universe_dependencies" )
17
+ load ("@rules_rust//rust:repositories.bzl" , "rust_repositories" )
18
18
19
19
def proxy_wasm_rust_sdk_dependencies ():
20
20
rust_repositories ()
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ def proxy_wasm_rust_sdk_repositories():
26
26
maybe (
27
27
http_archive ,
28
28
name = "rules_rust" ,
29
- sha256 = "df973075339aaaabb8cbe697808514d82d8f00a333e3ebb227bfd4308182985b " ,
30
- url = "https://github.com/bazelbuild/rules_rust/releases/download/0.47.1 /rules_rust-v0.47.1 .tar.gz" ,
29
+ sha256 = "85e2013727ab26fb22abdffe4b2ac0c27a2d5b6296167ba63d8f6e13140f51f9 " ,
30
+ url = "https://github.com/bazelbuild/rules_rust/releases/download/0.53.0 /rules_rust-v0.53.0 .tar.gz" ,
31
31
patches = ["//bazel:rules_rust.patch" ],
32
32
patch_args = ["-p1" ],
33
33
)
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 eff542eb..9efe645c 100644
4
+ index 20a09f94..53122967 100644
5
5
--- a/rust/private/rustc.bzl
6
6
+++ b/rust/private/rustc.bzl
7
- @@ -1467 ,7 +1467 ,7 @@ def rustc_compile_action(
7
+ @@ -1518 ,7 +1518 ,7 @@ def rustc_compile_action(
8
8
})
9
9
crate_info = rust_common.create_crate_info(**crate_info_dict)
10
10
You can’t perform that action at this time.
0 commit comments