Skip to content

Commit

Permalink
chore: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaz001 committed Aug 4, 2024
1 parent 78519f0 commit eb5f02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hftbacktest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ hmac = { version = "0.13.0-pre.3", optional = true }
rand = { version = "0.8.5", optional = true }
uuid = { version = "1.8.0", features = ["v4"], optional = true }
nom = { version = "7.1.3", optional = true }
hftbacktest-derive = { path = "../hftbacktest-derive", optional = true }
hftbacktest-derive = { path = "../hftbacktest-derive", optional = true, version = "0.1.0" }

[dev-dependencies]
tracing-subscriber = { version = "0.3.18", features = [] }
Expand Down

0 comments on commit eb5f02f

Please sign in to comment.