feat: Loosen version constrain on tycho-common

Took 14 minutes
This commit is contained in:
Diana Carvalho
2025-05-15 16:19:31 +01:00
parent ccde611d81
commit 046775b7ae
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ clap = { version = "4.5.3", features = ["derive"] }
alloy = { version = "0.9.2", features = ["providers", "rpc-types-eth", "eip712", "signer-local"], optional = true }
alloy-sol-types = { version = "0.8.14", optional = true }
alloy-primitives = { version = "0.8.9", optional = true }
tycho-common = "^0.66.4"
tycho-common = ">0.66.4"
once_cell = "1.20.2"
[dev-dependencies]