diff --git a/Cargo.lock b/Cargo.lock index 0121107..6b4c8bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -29,7 +29,7 @@ dependencies = [ [[package]] name = "bumparaw-collections" -version = "0.1.0" +version = "0.1.1" dependencies = [ "allocator-api2", "bitpacking", diff --git a/Cargo.toml b/Cargo.toml index 76fcb59..f094ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "bumparaw-collections" +version = "0.1.1" description = "A small set of bumpalo-backed collections for low-level operations" authors = ["Louis Dureuil ", "Kerollmops "] license = "MIT" repository = "https://github.com/meilisearch/bumparaw-collections" keywords = ["bumpalo", "collections", "serde", "json", "bitpacking"] categories = ["algorithms", "data-structures"] -version = "0.1.0" edition = "2021" [dependencies]