Skip to content

Commit

Permalink
chore(deps): update rules_rust digest to 5001ff6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 28, 2023
1 parent e41e20d commit e33c148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/tools/rust.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def charted_rust_repositories():
# TODO(@auguwu): switch to newer rules-rust once commit 3a013f8bf11cfda776fce91e3dc0cee387d8c001 is in a release
http_archive(
name = "rules_rust",
strip_prefix = "rules_rust-ea60dc5a4e419fc912084a2decf377da3f0533ff",
sha256 = "9473d2da9d1a5bc85575f0abcf85dc1300331105a0b8da09582b396b1e6b4a8e",
urls = ["https://github.com/bazelbuild/rules_rust/archive/ea60dc5a4e419fc912084a2decf377da3f0533ff.tar.gz"],
strip_prefix = "rules_rust-5001ff68044378a447abff4929960f85818d5951",
sha256 = "1164d4b85bdfba9510444fa81531b1c0338aa3e5c1fcec2801fe45496904eedc",
urls = ["https://github.com/bazelbuild/rules_rust/archive/5001ff68044378a447abff4929960f85818d5951.tar.gz"],
)

0 comments on commit e33c148

Please sign in to comment.