From 94b9400e89ba2e661a5046411080d1b44769a5a6 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 5 Oct 2024 14:51:14 +0200 Subject: Fix a bug in read_exact --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a16a243..ca77753 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,9 @@ priority-queue = "2.1.1" ctor = "0.2.8" env_logger = "0.11.5" serial_test = "3.1.1" -tempfile = "3.13.0" criterion = { version = "0.5", features = ["html_reports"] } rand = "0.8.5" +tempfile = "3.13.0" [[bench]] name = "benchmark" -- cgit v1.3