From 343904180734dc2f5af9c1a9d5965612a3abbc1d Mon Sep 17 00:00:00 2001 From: Antioch Peverell <30642645+antiochp@users.noreply.github.com> Date: Thu, 21 Jun 2018 09:52:39 -0400 Subject: [PATCH] pin croaring to version 0.3.2 until we get the clang conflict sorted out (#1183) --- chain/Cargo.toml | 2 +- core/Cargo.toml | 2 +- store/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chain/Cargo.toml b/chain/Cargo.toml index 7e054b30f..f63247e74 100644 --- a/chain/Cargo.toml +++ b/chain/Cargo.toml @@ -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" diff --git a/core/Cargo.toml b/core/Cargo.toml index 8ac907954..1c055fddc 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" diff --git a/store/Cargo.toml b/store/Cargo.toml index e27f008e9..3359b5e9e 100644 --- a/store/Cargo.toml +++ b/store/Cargo.toml @@ -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" }