pin croaring to version 0.3.2 until we get the clang conflict sorted out (#1183)

This commit is contained in:
Antioch Peverell 2018-06-21 09:52:39 -04:00 committed by GitHub
parent 9f8c7cf1b4
commit 3439041807
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ publish = false
[dependencies]
bitflags = "1"
byteorder = "1"
croaring = "0.3"
croaring = "=0.3.2"
slog = { version = "~2.2", features = ["max_level_trace", "release_max_level_trace"] }
serde = "1"
serde_derive = "1"

View file

@ -9,7 +9,7 @@ publish = false
bitflags = "1"
blake2-rfc = "0.2"
byteorder = "1"
croaring = "0.3"
croaring = "=0.3.2"
lazy_static = "1"
num-bigint = "0.2"
rand = "0.3"

View file

@ -7,7 +7,7 @@ publish = false
[dependencies]
byteorder = "1"
croaring = "0.3"
croaring = "=0.3.2"
env_logger = "0.5"
libc = "0.2"
memmap = { git = "https://github.com/danburkert/memmap-rs", tag = "0.6.2" }