Skip to content

Commit 78ac316

Browse files
authored
Updated cargo-raze outputs (#542)
Regenerated cargo-raze outputs using version `0.8.0`. A clearer impact of the changes can be seen in 2b2f87c This change is intended to reduce the footprint of #500
1 parent 04ec59f commit 78ac316

File tree

339 files changed

+5930
-5188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+5930
-5188
lines changed

bindgen/raze/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
@generated
3-
cargo-raze workspace build file.
3+
cargo-raze generated Bazel file.
44
55
DO NOT EDIT! Replaced on runs of cargo-raze
66
"""

bindgen/raze/Cargo.toml

+8-6
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,25 @@ path = "fake_rules_rust_bindgen_lib.rs"
99
bindgen = "0.55.1"
1010
libloading = "=0.6.3"
1111

12-
[raze]
12+
[package.metadata.raze]
1313
genmode = "Remote"
1414
workspace_path = "//bindgen/raze"
1515
gen_workspace_prefix = "rules_rust_bindgen"
16-
output_buildfile_suffix = "BUILD"
16+
rust_rules_workspace_name = "io_bazel_rules_rust"
17+
package_aliases_dir = "."
18+
default_gen_buildrs = false
1719

18-
[raze.crates.bindgen.'0.55.1']
20+
[package.metadata.raze.crates.bindgen.'0.55.1']
1921
gen_buildrs = true
2022
extra_aliased_targets = ["cargo_bin_bindgen"]
2123

22-
[raze.crates.clang-sys.'1.0.0']
24+
[package.metadata.raze.crates.clang-sys.'1.0.0']
2325
gen_buildrs = true
2426

25-
[raze.crates.libloading.'0.6.3']
27+
[package.metadata.raze.crates.libloading.'0.6.3']
2628
gen_buildrs = true
2729

28-
[raze.crates.log.'0.4.11']
30+
[package.metadata.raze.crates.log.'0.4.11']
2931
additional_flags = [
3032
"--cfg=atomic_cas",
3133
]

0 commit comments

Comments
 (0)