From c03ff8556b5a469996b42697cbb10fb89a18e94c Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 26 Jan 2019 14:32:00 +0100 Subject: third_party: add the 'integer-atomics' crate --- build_extra/rust/BUILD.gn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build_extra/rust/BUILD.gn') 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" -- cgit v1.2.3