Skip to content

Commit bb3257b

Browse files
committed
make shareable (get rid of direct rel paths to v_utils)
1 parent edd6bd0 commit bb3257b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tokio = { version = "^1.42.0", features = ["full"] }
2727
tokio-tungstenite = { version = "^0.26.0", features = ["native-tls"] }
2828
tracing = "0.1.41"
2929
url = "2.5.4"
30-
v_utils = { version = "^1.9.1", features = ["trades", "tracing"], path = "../v_utils/v_utils" }
30+
v_utils = { version = "^1.10.1", features = ["trades", "tracing"]} #, path = "../v_utils/v_utils" }
3131
v_exchanges_api_generics = { version = "0.3", path = "../v_exchanges_api_generics" }
3232
hmac = "0.12.1"
3333
sha2 = "0.10.8"

0 commit comments

Comments
 (0)