Upgrade to 0.4.0

This commit is contained in:
Sarah Jamie Lewis 2021-02-13 20:46:02 -08:00
parent e3929acfce
commit 0eb9b53195
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fuzzytags = {version="4.0", features=["entangled","bulk_verify"]}
fuzzytags = {version="0.4.0", features=["entangled","bulk_verify"]}
rand = "0.8.3"
rand_distr = "0.4.0"
hashbrown = "0.9.1"