Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhartzheim committed Oct 18, 2024
1 parent e33ad23 commit f4b0d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "entropy-map"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
authors = [
"Alex Bocharov <[email protected]>",
Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/entropy-map"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/cloudflare/entropy-map"
keywords = ["entropy", "map", "hashing", "minimal", "perfect"]
keywords = ["entropy", "map", "hashing", "minimal", "perfect", "mphf"]
categories = ["algorithms", "data-structures"]

[dependencies]
Expand Down

0 comments on commit f4b0d73

Please sign in to comment.