From 22434fbba321cc0cc0f228ebd559e83b38f3f6c6 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Wed, 4 Sep 2024 20:04:57 -0600 Subject: [PATCH] Add nod version to nodtool Cargo.toml --- nodtool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodtool/Cargo.toml b/nodtool/Cargo.toml index 713dffe..1a0080c 100644 --- a/nodtool/Cargo.toml +++ b/nodtool/Cargo.toml @@ -30,7 +30,7 @@ indicatif = "0.17.8" itertools = "0.12.1" log = "0.4.20" md-5 = "0.10.6" -nod = { path = "../nod" } +nod = { version = "1.2.0", path = "../nod" } quick-xml = { version = "0.31.0", features = ["serialize"] } serde = { version = "1.0.197", features = ["derive"] } sha1 = "0.10.6"