diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-11-03 06:54:46 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-11-03 07:18:10 +0100 |
commit | a4b514615796b9b4a2cac1b73935304447897805 (patch) | |
tree | 38b2f179d7457ee29a4d831768d510d3f27b7a9e /build_extra/rust/BUILD.gn | |
parent | 6446bc532840319ac9603c016e2ef419094fdeec (diff) |
build: infer label name for versioned Rust crates
Diffstat (limited to 'build_extra/rust/BUILD.gn')
-rw-r--r-- | build_extra/rust/BUILD.gn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/build_extra/rust/BUILD.gn b/build_extra/rust/BUILD.gn index 56e0aaa96..9f396b316 100644 --- a/build_extra/rust/BUILD.gn +++ b/build_extra/rust/BUILD.gn @@ -196,7 +196,6 @@ rust_crate("kernel32") { source_root = "$registry_github/kernel32-sys-0.2.2/src/lib.rs" extern_version = [ { - label = ":winapi-0.2" crate_name = "winapi" crate_version = "0.2" }, @@ -208,7 +207,6 @@ rust_crate("ws2_32") { source_root = "$registry_github/ws2_32-sys-0.2.1/src/lib.rs" extern_version = [ { - label = ":winapi-0.2" crate_name = "winapi" crate_version = "0.2" }, @@ -244,7 +242,6 @@ rust_crate("mio") { # See https://github.com/denoland/deno/issues/484. extern_version = [ { - label = ":winapi-0.2" crate_name = "winapi" crate_version = "0.2" }, @@ -272,7 +269,6 @@ rust_crate("miow") { # See https://github.com/denoland/deno/issues/484. extern_version = [ { - label = ":winapi-0.2" crate_name = "winapi" crate_version = "0.2" }, @@ -288,7 +284,6 @@ rust_crate("iovec") { # See https://github.com/denoland/deno/issues/484. extern_version = [ { - label = ":winapi-0.2" crate_name = "winapi" crate_version = "0.2" }, |