Skip to content

Commit

Permalink
chore(deps): update dependency rules_rust to v0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent e7ffc4d commit 8fcc9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ http_archive(
name = "rules_rust",
# Workaround for https://github.com/bazelbuild/rules_rust/issues/1330
patches = ["//tools:rules_rust.patch"],
sha256 = "324c2a86a8708d30475f324846b35965c432b63a35567ed2b5051b86791ce345",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.13.0/rules_rust-v0.13.0.tar.gz"],
sha256 = "9ecd0f2144f0a24e6bc71ebcc50a1ee5128cedeceb32187004532c9710cb2334",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.29.1/rules_rust-v0.29.1.tar.gz"],
)

load("@rules_rust//crate_universe:defs.bzl", "crates_repository")
Expand Down

0 comments on commit 8fcc9c3

Please sign in to comment.