Skip to content

Commit

Permalink
[rust] Downgrade rulest_rust to version 0.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed May 16, 2024
1 parent b46a163 commit 1590eec
Show file tree
Hide file tree
Showing 2 changed files with 2,860 additions and 5,445 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ rules_closure_toolchains()

http_archive(
name = "rules_rust",
integrity = "sha256-SnzocNvQp1YK1TW/aUVhR6RSROo1l2RilE1V20WFnK0=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.43.0/rules_rust-v0.43.0.tar.gz"],
integrity = "sha256-JLN47ZcAbx9wEr5Jiib4HduZATGLiDgK7oUi/fvotzU=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.42.1/rules_rust-v0.42.1.tar.gz"],
)

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

0 comments on commit 1590eec

Please sign in to comment.