diff --git a/crates/sdk/Cargo.toml b/crates/sdk/Cargo.toml index b77a4e8e5..becb39bc7 100644 --- a/crates/sdk/Cargo.toml +++ b/crates/sdk/Cargo.toml @@ -73,8 +73,6 @@ tokio-test = { version = "0.4" } [features] default = ["network", "reserved-capacity"] native-gnark = ["sp1-prover/native-gnark"] -# TODO: Once alloy has a 1.* release, we can likely remove this feature flag, as there will be less -# dependency resolution issues. network = [ "dep:prost", "dep:alloy-signer",