summaryrefslogtreecommitdiff
path: root/build_extra/rust/BUILD.gn
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-01-26 14:32:00 +0100
committerBert Belder <bertbelder@gmail.com>2019-01-26 16:32:03 +0100
commitc03ff8556b5a469996b42697cbb10fb89a18e94c (patch)
tree34278f69ee71006697a10e2e56fe682504954a19 /build_extra/rust/BUILD.gn
parentd3e5a132013ca514cf6aa779a1ee307acbe98ea9 (diff)
third_party: add the 'integer-atomics' crate
Diffstat (limited to 'build_extra/rust/BUILD.gn')
-rw-r--r--build_extra/rust/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/build_extra/rust/BUILD.gn b/build_extra/rust/BUILD.gn
index 7e0c23625..09a32d849 100644
--- a/build_extra/rust/BUILD.gn
+++ b/build_extra/rust/BUILD.gn
@@ -398,6 +398,15 @@ rust_crate("indexmap") {
]
}
+rust_crate("integer_atomics") {
+ edition = "2015"
+ source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/integer-atomics-1.0.2/src/lib.rs"
+ args = [
+ "--cap-lints",
+ "allow",
+ ]
+}
+
rust_crate("iovec") {
edition = "2015"
source_root = "$cargo_home/registry/src/github.com-1ecc6299db9ec823/iovec-0.1.2/src/lib.rs"