Skip to content

Commit

Permalink
Update rules_rust to latest (with Rust v1.58.1). (#133)
Browse files Browse the repository at this point in the history
Signed-off-by: Martijn Swaagman <martijn@swaagman.online>
  • Loading branch information
Swaagie committed Jan 31, 2022
1 parent b95b591 commit 8b4b290
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BUILD
@@ -1,4 +1,4 @@
load("@rules_rust//rust:rust.bzl", "rust_library")
load("@rules_rust//rust:defs.bzl", "rust_library")

rust_library(
name = "proxy_wasm",
Expand Down
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Expand Up @@ -19,7 +19,7 @@ def proxy_wasm_rust_sdk_repositories():
maybe(
http_archive,
name = "rules_rust",
sha256 = "d54b379559f3fe6ff0cd251be216a5e35acf241451eec8144455482e8f4748f8",
strip_prefix = "rules_rust-7e7246f6c48a5d4e69744cd79b9ccb8886966ee2",
url = "https://github.com/bazelbuild/rules_rust/archive/7e7246f6c48a5d4e69744cd79b9ccb8886966ee2.tar.gz",
sha256 = "6c26af1bb98276917fcf29ea942615ab375cf9d3c52f15c27fdd176ced3ee906",
strip_prefix = "rules_rust-b3ddf6f096887b757ab1a661662a95d6b2699fa7",
url = "https://github.com/bazelbuild/rules_rust/archive/b3ddf6f096887b757ab1a661662a95d6b2699fa7.tar.gz",
)
2 changes: 1 addition & 1 deletion examples/BUILD
@@ -1,4 +1,4 @@
load("@rules_rust//rust:rust.bzl", "rust_binary")
load("@rules_rust//rust:defs.bzl", "rust_binary")

rust_binary(
name = "hello_world",
Expand Down

0 comments on commit 8b4b290

Please sign in to comment.