Skip to content

Commit c1e212a

Browse files
sayrerclaude
andcommitted
Re-vendor crates for cxx 1.0.194 upgrade.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7fc7d19 commit c1e212a

File tree

9 files changed

+2840
-45
lines changed

9 files changed

+2840
-45
lines changed

3rdparty/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ crates_vendor(
2828
features = ["std"],
2929
),
3030
"cxx": crate.spec(
31-
version = "1.0.189",
31+
version = "1.0.194",
3232
),
3333
"pest": crate.spec(
3434
version = "2.8.4",

3rdparty/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

3rdparty/crates/BUILD.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ alias(
4444
)
4545

4646
alias(
47-
name = "cxx-1.0.190",
48-
actual = "@twitter_text__cxx-1.0.190//:cxx",
47+
name = "cxx-1.0.194",
48+
actual = "@twitter_text__cxx-1.0.194//:cxx",
4949
tags = ["manual"],
5050
)
5151

5252
alias(
5353
name = "cxx",
54-
actual = "@twitter_text__cxx-1.0.190//:cxx",
54+
actual = "@twitter_text__cxx-1.0.194//:cxx",
5555
tags = ["manual"],
5656
)
5757

5858
alias(
5959
name = "cxx_cc",
60-
actual = "@twitter_text__cxx-1.0.190//:cxx_cc",
60+
actual = "@twitter_text__cxx-1.0.194//:cxx_cc",
6161
tags = ["manual"],
6262
)
6363

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
# bazel run @@//3rdparty:crates_vendor
77
###############################################################################
88

9-
load("@rules_cc//cc:cc_library.bzl", "cc_library")
9+
# Additive BUILD file content
10+
load("@rules_cc//cc:defs.bzl", "cc_library")
1011
load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars")
1112
load("@rules_rust//rust:defs.bzl", "rust_library")
1213

@@ -43,7 +44,7 @@ rust_library(
4344
crate_root = "src/lib.rs",
4445
edition = "2021",
4546
proc_macro_deps = [
46-
"@twitter_text__cxxbridge-macro-1.0.190//:cxxbridge_macro",
47+
"@twitter_text__cxxbridge-macro-1.0.194//:cxxbridge_macro",
4748
],
4849
rustc_env_files = [
4950
":cargo_toml_env_vars",
@@ -101,15 +102,14 @@ rust_library(
101102
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
102103
"//conditions:default": ["@platforms//:incompatible"],
103104
}),
104-
version = "1.0.190",
105+
version = "1.0.194",
105106
deps = [
106107
":cxx_cc",
107108
"@twitter_text__foldhash-0.2.0//:foldhash",
108109
"@twitter_text__link-cplusplus-1.0.12//:link_cplusplus",
109110
],
110111
)
111112

112-
# Additive BUILD file content
113113
cc_library(
114114
name = "cxx_cc",
115115
srcs = ["src/cxx.cc"],

3rdparty/crates/BUILD.cxx-build-1.0.190.bazel renamed to 3rdparty/crates/BUILD.cxx-build-1.0.194.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ rust_library(
9292
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
9393
"//conditions:default": ["@platforms//:incompatible"],
9494
}),
95-
version = "1.0.190",
95+
version = "1.0.194",
9696
deps = [
9797
"@twitter_text__cc-1.2.48//:cc",
9898
"@twitter_text__codespan-reporting-0.13.1//:codespan_reporting",

3rdparty/crates/BUILD.cxxbridge-flags-1.0.190.bazel renamed to 3rdparty/crates/BUILD.cxxbridge-flags-1.0.194.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ rust_library(
9595
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
9696
"//conditions:default": ["@platforms//:incompatible"],
9797
}),
98-
version = "1.0.190",
98+
version = "1.0.194",
9999
)

3rdparty/crates/BUILD.cxxbridge-macro-1.0.190.bazel renamed to 3rdparty/crates/BUILD.cxxbridge-macro-1.0.194.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ rust_proc_macro(
9292
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
9393
"//conditions:default": ["@platforms//:incompatible"],
9494
}),
95-
version = "1.0.190",
95+
version = "1.0.194",
9696
deps = [
9797
"@twitter_text__indexmap-2.12.1//:indexmap",
9898
"@twitter_text__proc-macro2-1.0.103//:proc_macro2",

3rdparty/crates/defs.bzl

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ _NORMAL_DEPENDENCIES = {
296296
"": {
297297
_COMMON_CONDITION: {
298298
"clap": Label("@twitter_text//:clap-4.5.53"),
299-
"cxx": Label("@twitter_text//:cxx-1.0.190"),
299+
"cxx": Label("@twitter_text//:cxx-1.0.194"),
300300
"emojis": Label("@twitter_text//:emojis-0.8.0"),
301301
"gungraun": Label("@twitter_text//:gungraun-0.17.0"),
302302
"idna": Label("@twitter_text//:idna-1.1.0"),
@@ -674,42 +674,42 @@ def crate_repositories():
674674

675675
maybe(
676676
http_archive,
677-
name = "twitter_text__cxx-1.0.190",
678-
sha256 = "a7620f6cfc4dcca21f2b085b7a890e16c60fd66f560cd69ee60594908dc72ab1",
677+
name = "twitter_text__cxx-1.0.194",
678+
sha256 = "747d8437319e3a2f43d93b341c137927ca70c0f5dabeea7a005a73665e247c7e",
679679
type = "tar.gz",
680-
urls = ["https://static.crates.io/crates/cxx/1.0.190/download"],
681-
strip_prefix = "cxx-1.0.190",
682-
build_file = Label("//3rdparty/crates:BUILD.cxx-1.0.190.bazel"),
680+
urls = ["https://static.crates.io/crates/cxx/1.0.194/download"],
681+
strip_prefix = "cxx-1.0.194",
682+
build_file = Label("//3rdparty/crates:BUILD.cxx-1.0.194.bazel"),
683683
)
684684

685685
maybe(
686686
http_archive,
687-
name = "twitter_text__cxx-build-1.0.190",
688-
sha256 = "7a9bc1a22964ff6a355fbec24cf68266a0ed28f8b84c0864c386474ea3d0e479",
687+
name = "twitter_text__cxx-build-1.0.194",
688+
sha256 = "b0f4697d190a142477b16aef7da8a99bfdc41e7e8b1687583c0d23a79c7afc1e",
689689
type = "tar.gz",
690-
urls = ["https://static.crates.io/crates/cxx-build/1.0.190/download"],
691-
strip_prefix = "cxx-build-1.0.190",
692-
build_file = Label("//3rdparty/crates:BUILD.cxx-build-1.0.190.bazel"),
690+
urls = ["https://static.crates.io/crates/cxx-build/1.0.194/download"],
691+
strip_prefix = "cxx-build-1.0.194",
692+
build_file = Label("//3rdparty/crates:BUILD.cxx-build-1.0.194.bazel"),
693693
)
694694

695695
maybe(
696696
http_archive,
697-
name = "twitter_text__cxxbridge-flags-1.0.190",
698-
sha256 = "d67109015f93f683e364085aa6489a5b2118b4a40058482101d699936a7836d6",
697+
name = "twitter_text__cxxbridge-flags-1.0.194",
698+
sha256 = "23384a836ab4f0ad98ace7e3955ad2de39de42378ab487dc28d3990392cb283a",
699699
type = "tar.gz",
700-
urls = ["https://static.crates.io/crates/cxxbridge-flags/1.0.190/download"],
701-
strip_prefix = "cxxbridge-flags-1.0.190",
702-
build_file = Label("//3rdparty/crates:BUILD.cxxbridge-flags-1.0.190.bazel"),
700+
urls = ["https://static.crates.io/crates/cxxbridge-flags/1.0.194/download"],
701+
strip_prefix = "cxxbridge-flags-1.0.194",
702+
build_file = Label("//3rdparty/crates:BUILD.cxxbridge-flags-1.0.194.bazel"),
703703
)
704704

705705
maybe(
706706
http_archive,
707-
name = "twitter_text__cxxbridge-macro-1.0.190",
708-
sha256 = "d187e019e7b05a1f3e69a8396b70800ee867aa9fc2ab972761173ccee03742df",
707+
name = "twitter_text__cxxbridge-macro-1.0.194",
708+
sha256 = "e6acc6b5822b9526adfb4fc377b67128fdd60aac757cc4a741a6278603f763cf",
709709
type = "tar.gz",
710-
urls = ["https://static.crates.io/crates/cxxbridge-macro/1.0.190/download"],
711-
strip_prefix = "cxxbridge-macro-1.0.190",
712-
build_file = Label("//3rdparty/crates:BUILD.cxxbridge-macro-1.0.190.bazel"),
710+
urls = ["https://static.crates.io/crates/cxxbridge-macro/1.0.194/download"],
711+
strip_prefix = "cxxbridge-macro-1.0.194",
712+
build_file = Label("//3rdparty/crates:BUILD.cxxbridge-macro-1.0.194.bazel"),
713713
)
714714

715715
maybe(
@@ -2084,7 +2084,7 @@ def crate_repositories():
20842084

20852085
return [
20862086
struct(repo = "twitter_text__clap-4.5.53", is_dev_dep = False),
2087-
struct(repo = "twitter_text__cxx-1.0.190", is_dev_dep = False),
2087+
struct(repo = "twitter_text__cxx-1.0.194", is_dev_dep = False),
20882088
struct(repo = "twitter_text__emojis-0.8.0", is_dev_dep = False),
20892089
struct(repo = "twitter_text__gungraun-0.17.0", is_dev_dep = False),
20902090
struct(repo = "twitter_text__idna-1.1.0", is_dev_dep = False),

0 commit comments

Comments
 (0)