Skip to content

Commit

Permalink
[bazel] Keep rules_rust in WORKSPACE
Browse files Browse the repository at this point in the history
Waiting for release with fix bazelbuild/rules_rust@fc601ba
  • Loading branch information
p0deje committed Mar 27, 2024
1 parent bb2ace7 commit 11a30c3
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 16,579 deletions.
16 changes: 0 additions & 16 deletions MODULE.bazel
Expand Up @@ -19,7 +19,6 @@ bazel_dep(name = "rules_pkg", version = "0.9.1")
bazel_dep(name = "rules_python", version = "0.31.0")
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
bazel_dep(name = "rules_ruby", version = "0.8.1")
bazel_dep(name = "rules_rust", version = "0.40.0")

linter = use_extension("@apple_rules_lint//lint:extensions.bzl", "linter")
linter.configure(
Expand Down Expand Up @@ -315,21 +314,6 @@ use_repo(ruby, "bundle", "ruby", "ruby_toolchains")

register_toolchains("@ruby_toolchains//:all")

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(
edition = "2021",
versions = ["1.76.0"],
)
use_repo(rust, "rust_toolchains")

crate = use_extension("@rules_rust//crate_universe:extension.bzl", "crate")
crate.from_cargo(
name = "crates",
cargo_lockfile = "//rust:Cargo.lock",
manifests = ["//rust:Cargo.toml"],
)
use_repo(crate, "crates")

selenium_manager_artifacts = use_extension("//common:selenium_manager.bzl", "selenium_manager_artifacts")
use_repo(
selenium_manager_artifacts,
Expand Down

0 comments on commit 11a30c3

Please sign in to comment.