Skip to content

Commit 71122cd

Browse files
committed
[bazel] Update rules_rust to 0.41
1 parent a09f70d commit 71122cd

File tree

2 files changed

+4568
-1348
lines changed

2 files changed

+4568
-1348
lines changed

WORKSPACE.bzlmod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ rules_proto_dependencies()
1010

1111
rules_proto_toolchains()
1212

13-
# Move to MODULES.bzl once a new release is out with
13+
# Move to MODULE.bazel once a new release is out with
1414
# https://github.com/bazelbuild/rules_rust/commit/fc601ba32f21ec034baebc487646dea92afbcd04.
1515

1616
http_archive(
1717
name = "rules_rust",
18-
sha256 = "50ec4b84a7ec5370f5882d52f4a1e6b8a75de2f8dcc0a4403747b69b2c4ef5b1",
19-
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.23.0/rules_rust-v0.23.0.tar.gz"],
18+
integrity = "sha256-Y4v6kjQQfXxh5tU6FQB6YXux/ODFGUq3IlpgBV4Bwj8=",
19+
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.41.0/rules_rust-v0.41.0.tar.gz"],
2020
)
2121

2222
load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")

0 commit comments

Comments
 (0)