From dffba3878cb8d4ceb5d70e17f051d6d6ded00ed7 Mon Sep 17 00:00:00 2001 From: saik0 Date: Tue, 8 Feb 2022 21:56:08 -0800 Subject: [PATCH] remove build-deps and build.rs --- benchmarks/Cargo.toml | 7 ------- benchmarks/build.rs | 1 - 2 files changed, 8 deletions(-) delete mode 100644 benchmarks/build.rs diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index a6a5326d..e82fb9f8 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -18,13 +18,6 @@ criterion = { version = "0.3", features = ["html_reports"] } quickcheck = "0.9" quickcheck_macros = "0.9" -[build-dependencies] -anyhow = "1.0" -bytes = "1.0" -convert_case = "0.4" -reqwest = { version = "0.11.3", features = ["blocking", "rustls-tls"], default-features = false } -zip = "0.5.12" - [features] simd = ["roaring/simd"] diff --git a/benchmarks/build.rs b/benchmarks/build.rs deleted file mode 100644 index 8b137891..00000000 --- a/benchmarks/build.rs +++ /dev/null @@ -1 +0,0 @@ -