Skip to content

Commit

Permalink
[rust] Bump to rules_rust 0.41.0 (Rust 1.77.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Mar 28, 2024
1 parent b7d831d commit 0b29138
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ paket()

http_archive(
name = "rules_rust",
integrity = "sha256-ww398ehv1QZQp26mRbOkXy8AZnsGGHpoXpVU4WfKl+4=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.40.0/rules_rust-v0.40.0.tar.gz"],
integrity = "sha256-Y4v6kjQQfXxh5tU6FQB6YXux/ODFGUq3IlpgBV4Bwj8=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.41.0/rules_rust-v0.41.0.tar.gz"],
)

load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "429663180e806b5eded3d78e76d2e9fcf145a9daa6790b6faa598196d2c64103",
"checksum": "638f0fee287f175a62c8ff721ff81a164d875b6a33a67add63bbc8a7eae5283f",
"crates": {
"addr2line 0.19.0": {
"name": "addr2line",
Expand Down

0 comments on commit 0b29138

Please sign in to comment.