Skip to content

Commit

Permalink
chore(deps): update dependency rules_rust to v0.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 42a2a59 commit 4a43f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ go_download_sdk(

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 = "7b8ea7af7fb16dc4a2322b4a0b7c9e1fa054b4dbf9f6d0584e43be7f7cc6a96b",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.0/rules_rust-v0.54.0.tar.gz"],
)

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

0 comments on commit 4a43f05

Please sign in to comment.