summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-07-16 18:43:19 +0200
committerCanop <cano.petrole@gmail.com>2023-07-16 18:43:19 +0200
commit6d9e5b92b03a75aa181e368f3a1397180dad29d4 (patch)
tree6550fc2fa8baa9b606207c68bd6d9a23f384340c
parent293b75d5eaef549c90d88eec93d7f82d4cc3f063 (diff)
another try in this painful cargo crate dance
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1a6d9b..866dad3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,13 +16,13 @@ exclude = ["website", "dysk*.zip"]
build = "build.rs"
[dependencies]
-dysk-cli = { version = "2.7.0", path = "cli" }
+dysk-cli = { version = "2.7.0", path = "cli" } # beware: version is also in build dependencies
[build-dependencies]
clap = { version = "4.3", features = ["derive", "cargo"] }
clap_complete = "4.3"
clap_mangen = "0.2.12"
-dysk-cli = { path = "cli" }
+dysk-cli = { version = "2.7.0", path = "cli" }
[profile.release]
strip = true