From feb844d1e143f28d544187001484f993dee0db78 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Thu, 18 Sep 2025 23:57:50 +0100 Subject: [PATCH] Needs tap 1.0.1 for tap::Tap --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bc16881..59b427d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ testing = [ [dependencies] radium = "0.7" -tap = "1" +tap = "1.0.1" [dependencies.funty] version = "^2.0"