Skip to content

Commit

Permalink
Merge pull request #59 from HerodotusDev/develop
Browse files Browse the repository at this point in the history
v0.4.4 - Readme Update
  • Loading branch information
beeinger authored Aug 16, 2024
2 parents 713952f + 16cf496 commit dd228bc
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 = "accumulators"
version = "0.4.3"
version = "0.4.4"
edition = "2021"
license-file = "LICENSE"
description = "Complete package of multiple Accumulators with Stores and hashing functions (Hashers)"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Add dependency on `Cargo.toml`

```rust
accumulators = { version = "0.4.0", features = ["all"] }
accumulators = { version = "0.4", features = ["all"] }
```

# Development
Expand Down

0 comments on commit dd228bc

Please sign in to comment.