Add nod version to nodtool Cargo.toml

This commit is contained in:
Luke Street 2024-09-04 20:04:57 -06:00
parent f1cc0949f3
commit 22434fbba3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ indicatif = "0.17.8"
itertools = "0.12.1" itertools = "0.12.1"
log = "0.4.20" log = "0.4.20"
md-5 = "0.10.6" md-5 = "0.10.6"
nod = { path = "../nod" } nod = { version = "1.2.0", path = "../nod" }
quick-xml = { version = "0.31.0", features = ["serialize"] } quick-xml = { version = "0.31.0", features = ["serialize"] }
serde = { version = "1.0.197", features = ["derive"] } serde = { version = "1.0.197", features = ["derive"] }
sha1 = "0.10.6" sha1 = "0.10.6"