Skip to content

Commit

Permalink
[rust] Remove version from toolchain register
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed Mar 26, 2024
1 parent 3df04fe commit 7816026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,7 @@ load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_regi

rules_rust_dependencies()

rust_register_toolchains(
edition = "2021",
versions = [
"1.77.0",
],
)
rust_register_toolchains()

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

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": "d36b984c23f29915721adf9a17dd692393c70efc1b1f8aa1ddbe9e0862eaecac",
"checksum": "ad22e2c56bec9cc2899d923af26cb07afe691cb81013d741f8588252270397a5",
"crates": {
"addr2line 0.19.0": {
"name": "addr2line",
Expand Down

0 comments on commit 7816026

Please sign in to comment.