From eb5f02fdc0f5591a4b3e6e28a3b6ab5750d430ca Mon Sep 17 00:00:00 2001 From: nkaz001 Date: Sun, 4 Aug 2024 03:26:45 -0400 Subject: [PATCH] chore: update Cargo.toml --- hftbacktest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hftbacktest/Cargo.toml b/hftbacktest/Cargo.toml index e40e122..98fce30 100644 --- a/hftbacktest/Cargo.toml +++ b/hftbacktest/Cargo.toml @@ -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 = [] }