From 64a57ad3e3802cfff711c4b6dd8f42b8c19bfd01 Mon Sep 17 00:00:00 2001 From: "R. Elliott Childre" Date: Thu, 23 Feb 2023 07:52:43 -0500 Subject: [PATCH] Move bytecount to dev-dependencies (#1090) It is only used in test code --- libafl/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index e8a2f6ec57..a66e97ce9e 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -51,6 +51,8 @@ rustversion = "1.0" [dev-dependencies] serde_json = { version = "1.0", default-features = false, features = ["alloc"] } serial_test = "1" +# clippy-suggested optimised byte counter +bytecount = "0.6.3" [dependencies] libafl_derive = { version = "0.9.0", optional = true, path = "../libafl_derive" } @@ -100,8 +102,6 @@ z3 = { version = "0.11", features = ["static-link-z3"], optional = true } # for pyo3 = { version = "0.17", optional = true, features = ["serde", "macros"] } concat-idents = { version = "1.1.3", optional = true } -# clippy-suggested optimised byte counter -bytecount = "0.6.3" # AGPL # !!! this create requires nightly