diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2024-10-05 14:51:14 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2024-10-05 15:06:46 +0200 |
| commit | 94b9400e89ba2e661a5046411080d1b44769a5a6 (patch) | |
| tree | c33f2bc0005c844a0e18f71c586ea3ef3ac5eade /Cargo.toml | |
| parent | 9f59bf5c621d36fb956ea8a8602b0c37ceaadfe6 (diff) | |
Fix a bug in read_exact
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
