Skip to content

Commit

Permalink
chore(deps): update dependency rules_rust to v0.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zemnmez-renovate-bot committed Nov 7, 2024
1 parent 011aca0 commit c5f1b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bzl/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ exports_files(glob(["**/*"], exclude_directories=0))

http_archive(
name = "rules_rust",
sha256 = "85e2013727ab26fb22abdffe4b2ac0c27a2d5b6296167ba63d8f6e13140f51f9",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.53.0/rules_rust-v0.53.0.tar.gz"],
sha256 = "af4f56caae50a99a68bfce39b141b509dd68548c8204b98ab7a1cafc94d5bb02",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.1/rules_rust-v0.54.1.tar.gz"],
)

# Got no idea why but MS doesn't publish versions of this...
Expand Down

0 comments on commit c5f1b1b

Please sign in to comment.