From 7c89a5e1f547463faefb6ef6ca8179bc00eb1ffe Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 18 May 2022 21:45:59 +0200 Subject: [PATCH] bump version to 2.0.1 and update to bodhi 2.1.0-dev and dirs 4 --- Cargo.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fbe79e7..dbd1bc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bodhi-cli" description = "bodhi CLI client based on bodhi-rs" license = "MIT OR Apache-2.0" -version = "2.0.0" +version = "2.0.1-dev" edition = "2021" rust-version = "1.56.0" @@ -19,9 +19,10 @@ name = "bodhi-cli" path = "src/main.rs" [dependencies] -bodhi = "2.0.0" +#bodhi = "2.1.0" +bodhi = { path = "../bodhi-rs" } chrono = "0.4.19" -dirs = "3.0.2" +dirs = "4" rpassword = "5.0.1" secret-service = "2.0.1" serde = { version = "1.0.134", features = ["derive"] } @@ -32,7 +33,8 @@ tokio = { version = "1.14", features = ["fs", "macros", "rt-multi-thread"] } toml = "0.5.8" [build-dependencies] -bodhi = "2.0.0" +#bodhi = "2.1.0" +bodhi = { path = "../bodhi-rs" } structopt = "0.3.25" [profile.release]