Skip to content

Commit

Permalink
Bump the version of croaring to 0.3.9 (#2763)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiochp authored and ignopeverell committed Apr 24, 2019
1 parent 19106b3 commit e72409d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bitflags = "1"
byteorder = "1"
failure = "0.1"
failure_derive = "0.1"
croaring = "0.3"
croaring = "0.3.9"
log = "0.4"
serde = "1"
serde_derive = "1"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
blake2-rfc = "0.2"
byteorder = "1"
croaring = "=0.3.8"
croaring = "0.3.9"
enum_primitive = "0.1"
failure = "0.1"
failure_derive = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
byteorder = "1"
croaring = "=0.3.8"
croaring = "0.3.9"
env_logger = "0.5"
libc = "0.2"
failure = "0.1"
Expand Down

0 comments on commit e72409d

Please sign in to comment.