Skip to content

Commit cdd2bb4

Browse files
authored
Merge pull request #153 from Theodus/theodus/cleanup-deps
chore: cleanup tap_core deps
2 parents 236de7d + 8b57335 commit cdd2bb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tap_core/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,25 @@ license.workspace = true
66
description = "Core Timeline Aggregation Protocol library: a fast, efficient and trustless unidirectional micro-payments system."
77

88
[dependencies]
9-
primitive-types={version="0.12.1", features=["serde"]}
109
rand_core="0.6.4"
1110
serde={ version="1.0", features=["derive"] }
1211
rand="0.8.5"
1312
thiserror="1.0.38"
1413
ethereum-types={version="0.14.1"}
1514
rstest = "0.17.0"
1615
async-std = { version = "1.5", features = ["attributes"] }
17-
ethers = "2.0.0"
16+
ethers = { version = "2.0.0", default-features = false }
1817
ethers-core = "2.0.0"
1918
ethers-contract = "2.0.0"
2019
ethers-contract-derive = "2.0.0"
2120
anyhow = "1"
2221

2322
strum = "0.24.1"
2423
strum_macros = "0.24.3"
25-
futures = "0.3.17"
2624

2725
[dev-dependencies]
2826
criterion = { version = "0.5", features = ["async_std"] }
27+
futures = "0.3.17"
2928

3029
[[bench]]
3130
name = 'timeline_aggretion_protocol_benchmark'

0 commit comments

Comments
 (0)