diff --git a/0001-Throughput-has-been-expanded-from-u32-to-u64.patch b/0001-Throughput-has-been-expanded-from-u32-to-u64.patch index 21f46de..43080a8 100644 --- a/0001-Throughput-has-been-expanded-from-u32-to-u64.patch +++ b/0001-Throughput-has-been-expanded-from-u32-to-u64.patch @@ -9,23 +9,9 @@ Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- - Cargo.toml | 2 +- benches/benchmarks.rs | 4 ++-- - 2 files changed, 3 insertions(+), 3 deletions(-) + 2 files changed, 2 insertions(+), 2 deletions(-) -diff --git a/Cargo.toml b/Cargo.toml -index 107537a..736b0c9 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -16,7 +16,7 @@ name = "benchmarks" - harness = false - - [dev-dependencies] --criterion = "0.2" -+criterion = "0.3" - rand = "0.6.1" - doc-comment = "0.3" - diff --git a/benches/benchmarks.rs b/benches/benchmarks.rs index e6ae3d2..475dfdb 100644 --- a/benches/benchmarks.rs