Skip to content

Commit

Permalink
build: update croaring crate to fix bindgen errors for recent C compi…
Browse files Browse the repository at this point in the history
…lers (#3770)
  • Loading branch information
ardocrat committed Sep 28, 2023
1 parent 94277bb commit 059ae03
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 52 deletions.
72 changes: 23 additions & 49 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
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
bit-vec = "0.6"
bitflags = "1"
byteorder = "1"
croaring = "0.4.6"
croaring = "0.5.2"
enum_primitive = "0.1"
log = "0.4"
serde = "1"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
blake2 = { package = "blake2-rfc", version = "0.2"}
byteorder = "1"
croaring = "0.4.6"
croaring = "0.5.2"
enum_primitive = "0.1"
lazy_static = "1"
lru-cache = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion store/Cargo.toml
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
byteorder = "1"
croaring = "0.4.6"
croaring = "0.5.2"
libc = "0.2"
lmdb-zero = "0.4.4"
memmap = "0.7"
Expand Down

0 comments on commit 059ae03

Please sign in to comment.