Skip to content

Commit

Permalink
third_party: add the 'integer-atomics' crate
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jan 26, 2019
1 parent d3e5a13 commit c03ff85
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ getopts = "0.2.18"
http = "0.1.15"
hyper = "0.12.23"
hyper-rustls = "0.16.0"
integer-atomics = "1.0.2"
lazy_static = "1.2.0"
libc = "0.2.48"
log = "0.4.6"
Expand Down
9 changes: 9 additions & 0 deletions build_extra/rust/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c03ff85

Please sign in to comment.