Skip to content

Commit

Permalink
Merge #116
Browse files Browse the repository at this point in the history
116: Bump version to v0.8.0 r=Kerollmops a=Kerollmops



Co-authored-by: Kerollmops <[email protected]>
  • Loading branch information
bors[bot] and Kerollmops authored Oct 21, 2021
2 parents e0d6477 + 8deb061 commit 25728f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "roaring"
version = "0.7.0"
version = "0.8.0"
authors = ["Wim Looman <[email protected]>", "Kerollmops <[email protected]>"]
description = "http://roaringbitmap.org: A better compressed bitset - pure Rust implementation "

Expand All @@ -15,9 +15,9 @@ edition = "2018"
license = "MIT/Apache-2.0"

[dependencies]
bytemuck = "1.5.1"
byteorder = "1.0"
retain_mut = "0.1.2"
bytemuck = "1.7.2"
byteorder = "1.4.3"
retain_mut = "0.1.4"

[dev-dependencies]
quickcheck = "0.9"
Expand Down

0 comments on commit 25728f2

Please sign in to comment.