Skip to content

Commit

Permalink
V2
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Nov 5, 2024
1 parent 4c742d8 commit 97c4d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bloomfilter"
version = "1.0.15"
version = "2.0.0"
authors = ["Frank Denis <[email protected]>"]
description = "Bloom filter implementation"
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
bloomfilter = "1"
bloomfilter = "2"
```

Here is a simple example for creating a bloom filter with a false positive rate of 0.001 and query for presence of some numbers.
Expand Down

0 comments on commit 97c4d03

Please sign in to comment.