Skip to content

Commit ccbd8a3

Browse files
committed
Bump rules_rust
1 parent f4e3587 commit ccbd8a3

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ use_repo(
4747
]
4848

4949
bazel_dep(name = "bazel_lib", version = "3.0.0")
50+
bazel_dep(name = "bazel_features", version = "1.32.0")
5051
bazel_dep(name = "bazel_skylib", version = "1.4.1")
5152
bazel_dep(name = "package_metadata", version = "0.0.5")
5253
bazel_dep(name = "platforms", version = "0.0.5")

rs/experimental/rules_rust.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def _rules_rust_impl(mctx):
3131

3232
http_archive(
3333
name = "rules_rust",
34-
integrity = "sha256-CTZWqHIKvfNdn1n83uhG94j0Knk+yTTyRu0/2tTROPg=",
35-
strip_prefix = "rules_rust-e02ca5f7e2057c33865a23621ddf6ac30b554985",
36-
url = "https://github.com/dzbarsky/rules_rust/archive/e02ca5f7e2057c33865a23621ddf6ac30b554985.tar.gz",
34+
integrity = "sha256-ITjyRzZMKtkwQGTzTUZ6JZwzeHGTt+2hRSOIKG3gcQU=",
35+
strip_prefix = "rules_rust-1e0d96fbbd20cfa5c535eeab66707472a51e1ee3",
36+
url = "https://github.com/dzbarsky/rules_rust/archive/1e0d96fbbd20cfa5c535eeab66707472a51e1ee3.tar.gz",
3737
patches = patches,
3838
patch_strip = strip,
3939
)

test/MODULE.bazel.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)