summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-12-09 11:02:49 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-12-09 11:02:49 +0100
commitd1d510eecf53dc9582c9ec891c5c1edf8a05bad9 (patch)
tree34a6f30a6c5b280439a75ae9c77f39e60a10f802
parentda8e93414399157e1dd66f527c7466a1e7218807 (diff)
parent80803ff969747648b2d796e4b1523abadf0a95f2 (diff)
Merge branch 'fix-clap-version'
-rw-r--r--cli/Cargo.toml2
-rw-r--r--gui/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index e558c19..749438d 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -20,7 +20,7 @@ anyhow = "1"
async-trait = "0.1"
chrono = { version = "0.4", features = ["serde"] }
cid = "0.5"
-clap = "3.0.0-beta.5"
+clap = "=3.0.0-beta.5"
daglib = { git = "https://git.sr.ht/~matthiasbeyer/daglib", branch = "master" }
env_logger = "0.8"
futures = "0.3"
diff --git a/gui/Cargo.toml b/gui/Cargo.toml
index 274f8ed..e3699a8 100644
--- a/gui/Cargo.toml
+++ b/gui/Cargo.toml
@@ -19,7 +19,7 @@ edition = "2018"
anyhow = "1"
chrono = { version = "0.4", features = ["serde"] }
cid = "0.5"
-clap = "3.0.0-beta.5"
+clap = "=3.0.0-beta.5"
env_logger = "0.8"
futures = "0.3"
log = "0.4"