Skip to content

Commit 8b4b290

Browse files
authored
Update rules_rust to latest (with Rust v1.58.1). (#133)
Signed-off-by: Martijn Swaagman <[email protected]>
1 parent b95b591 commit 8b4b290

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@rules_rust//rust:rust.bzl", "rust_library")
1+
load("@rules_rust//rust:defs.bzl", "rust_library")
22

33
rust_library(
44
name = "proxy_wasm",

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def proxy_wasm_rust_sdk_repositories():
1919
maybe(
2020
http_archive,
2121
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",
2525
)

examples/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@rules_rust//rust:rust.bzl", "rust_binary")
1+
load("@rules_rust//rust:defs.bzl", "rust_binary")
22

33
rust_binary(
44
name = "hello_world",

0 commit comments

Comments
 (0)