From 80803ff969747648b2d796e4b1523abadf0a95f2 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 9 Dec 2021 10:54:32 +0100 Subject: Pin clap to 3.0.0-beta.5 for now Signed-off-by: Matthias Beyer --- cli/Cargo.toml | 2 +- gui/Cargo.toml | 2 +- 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" -- cgit v1.2.3