Skip to content

Commit 113a73d

Browse files
committed
Remove test gate
1 parent 0c1dc8d commit 113a73d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
resolver = "2"
66

7-
[dev-dependencies]
7+
[dependencies]
88
anyhow = { version = "1.0.68", default-features = false, features = ["std"] }
99
async-trait = "0.1.71"
1010
bitcoin = { version = "0.32.2", features = ["serde", "rand"] }
@@ -21,7 +21,7 @@ toml = "0.8.0"
2121
which = "6.0.3"
2222

2323
# Eth client dependencies
24-
alloy = { version = "0.2.1", features = ["hyper", "consensus", "rpc-types-eth", "provider-http", "signers", "signer-local"] }
24+
alloy = { version = "0.2.1", features = ["hyper", "rpc-types-eth", "provider-http", "signers", "signer-local"] }
2525
jsonrpsee = { version = "0.24.2", features = ["http-client", "ws-client"] }
2626
reqwest = { version = "=0.12.5", features = ["rustls-tls", "json", "http2"], default-features = false }
2727
reth-primitives = { git = "https://github.com/paradigmxyz/reth", rev = "a206eb3690e5a51d3c797fed2a6ed722e36863eb", default-features = false }

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![cfg(test)]
2-
31
mod bitcoin;
42
pub mod client;
53
pub mod config;

0 commit comments

Comments
 (0)