Skip to content

Commit df8b523

Browse files
committed
Bump llvm and rules_rs + delete stale patches
1 parent aa37411 commit df8b523

3 files changed

Lines changed: 1 addition & 93 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bazel_dep(name = "bazel_lib", version = "3.2.2")
22
bazel_dep(name = "platforms", version = "1.0.0")
33
bazel_dep(name = "rules_cc", version = "0.2.17")
4-
bazel_dep(name = "llvm", version = "0.7.6")
4+
bazel_dep(name = "llvm", version = "0.7.7")
55
bazel_dep(name = "rules_rs", version = "0.0.68")
66
bazel_dep(name = "windows_support", version = "0.1.1")
77

@@ -21,15 +21,6 @@ archive_override(
2121
urls = ["https://github.com/ArchangelX360/rules_cc/archive/cb995b18db7c855fe95cacf0a0e84fda8c58725d.tar.gz"],
2222
)
2323

24-
# TODO(archangelx360): remove once https://github.com/hermeticbuild/hermetic-llvm/pull/187 is merged, and that patch upstream in `rules_rs`
25-
single_version_override(
26-
module_name = "rules_rs",
27-
patch_strip = 1,
28-
patches = [
29-
"//:rules_rs-msvc.patch",
30-
],
31-
)
32-
3324
rules_rust = use_extension("@rules_rs//rs:rules_rust.bzl", "rules_rust")
3425
use_repo(rules_rust, "rules_rust")
3526

revert_toml2json_to_v0.0.7.patch

Lines changed: 0 additions & 52 deletions
This file was deleted.

rules_rs-msvc.patch

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)