From 1359c315e78bebfdbc3f2a7955678423c3859876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sun, 15 Sep 2019 08:31:54 +0200 Subject: [PATCH] Fix patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- ...ghput-has-been-expanded-from-u32-to-u64.patch | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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