Skip to content

Commit 6ee35c7

Browse files
author
Ksenia Troshchenkova
committed
chore: point deps to specific commits for testing
1 parent 3e39b64 commit 6ee35c7

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

Cargo.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,14 @@ bytes = { workspace = true }
6363
fynd-client = { workspace = true }
6464

6565
[workspace]
66-
members = ["fynd-core", "fynd-rpc", "fynd-rpc-types", "clients/rust", "tools/benchmark", "tools/fynd-swap-cli"]
66+
members = [
67+
"fynd-core",
68+
"fynd-rpc",
69+
"fynd-rpc-types",
70+
"clients/rust",
71+
"tools/benchmark",
72+
"tools/fynd-swap-cli",
73+
]
6774
resolver = "2"
6875

6976
[workspace.dependencies]
@@ -113,8 +120,9 @@ metrics = "0.24"
113120
metrics-exporter-prometheus = "0.16"
114121

115122
# Tycho
116-
tycho-simulation = ">=0.250.0"
117-
tycho-execution = { version = ">=0.165.0", features = ["evm"] }
123+
124+
tycho-simulation = { git = "https://github.com/propeller-heads/tycho-simulation.git", rev = "5df47fb37e5f3a7cc2025a9dc8380006d04ad560" }
125+
tycho-execution = { git = "https://github.com/propeller-heads/tycho-execution.git", rev = "3e768a0e1b1075a487ba5cfebaea17627006255e" }
118126
typetag = "0.2"
119127

120128
# Graph algorithms

0 commit comments

Comments
 (0)