File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- load ("@rules_rust//rust:rust .bzl" , "rust_library" )
1
+ load ("@rules_rust//rust:defs .bzl" , "rust_library" )
2
2
3
3
rust_library (
4
4
name = "proxy_wasm" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def proxy_wasm_rust_sdk_repositories():
19
19
maybe (
20
20
http_archive ,
21
21
name = "rules_rust" ,
22
- sha256 = "d54b379559f3fe6ff0cd251be216a5e35acf241451eec8144455482e8f4748f8 " ,
23
- strip_prefix = "rules_rust-7e7246f6c48a5d4e69744cd79b9ccb8886966ee2 " ,
24
- url = "https://github.com/bazelbuild/rules_rust/archive/7e7246f6c48a5d4e69744cd79b9ccb8886966ee2 .tar.gz" ,
22
+ sha256 = "6c26af1bb98276917fcf29ea942615ab375cf9d3c52f15c27fdd176ced3ee906 " ,
23
+ strip_prefix = "rules_rust-b3ddf6f096887b757ab1a661662a95d6b2699fa7 " ,
24
+ url = "https://github.com/bazelbuild/rules_rust/archive/b3ddf6f096887b757ab1a661662a95d6b2699fa7 .tar.gz" ,
25
25
)
Original file line number Diff line number Diff line change 1
- load ("@rules_rust//rust:rust .bzl" , "rust_binary" )
1
+ load ("@rules_rust//rust:defs .bzl" , "rust_binary" )
2
2
3
3
rust_binary (
4
4
name = "hello_world" ,
You can’t perform that action at this time.
0 commit comments