Skip to content

Commit

Permalink
roaring: pin to 0.10.6 to work around no-std breakage
Browse files Browse the repository at this point in the history
Pin the roaring dependency to 0.10.6 in order to work around a breakage
with roaring building without the `std` feature enabled. See
RoaringBitmap/roaring-rs#304 for more info.
  • Loading branch information
bmwill committed Dec 11, 2024
1 parent 6c44290 commit 8ae5b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-sdk-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ proptest = ["dep:proptest", "dep:test-strategy", "serde"]
base64ct = { version = "1.6.0", features = ["alloc"] }
bs58 = "0.5.1"
hex = "0.4.3"
roaring = { version = "0.10.6", default-features = false }
roaring = { version = "=0.10.6", default-features = false }
bnum = "0.12.0"
winnow = "0.6.20"

Expand Down

0 comments on commit 8ae5b61

Please sign in to comment.