From 0eb9b531954710428d0a0c8d6ca4643166bf1847 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Sat, 13 Feb 2021 20:46:02 -0800 Subject: [PATCH] Upgrade to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f866694..96e1304 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"