Skip to content

Commit

Permalink
Use released version of rules_rust through Bazel Central Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 4, 2024
1 parent e6184c2 commit bf4df67
Show file tree
Hide file tree
Showing 2 changed files with 1,639 additions and 1,630 deletions.
5 changes: 0 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ module(name = "cxx.rs")

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "rules_rust", version = "0.36.2")
archive_override(
module_name = "rules_rust",
integrity = "sha256-p2HVTknbBvhjRo5rukoTJSsb1Jno9wbaZeJ5s7y8XFI=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.36.2/rules_rust-v0.36.2.tar.gz"],
)

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(
Expand Down
Loading

0 comments on commit bf4df67

Please sign in to comment.