From ee3c93916dfe8cf49d5d9f2be0e838279dd249d0 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Thu, 9 May 2024 19:29:42 +0200 Subject: [PATCH] chore(deps): remove outdated dev dep and comment (#8184) --- crates/primitives/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index 04b25c7caf..d9d6c592e7 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -82,11 +82,8 @@ plain_hasher = "0.2" sucds = "0.8.1" -# necessary so we don't hit a "undeclared 'std'": -# https://github.com/paradigmxyz/reth/pull/177#discussion_r1021172198 criterion.workspace = true pprof = { workspace = true, features = ["flamegraph", "frame-pointer", "criterion"] } -secp256k1.workspace = true [features] default = ["c-kzg", "zstd-codec"]