From 4df8bfd89c5d18de4bd6829483944acd3eeb32a2 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 30 May 2022 20:41:54 +0200 Subject: [PATCH] deps: bump to bodhi 2.0.1 --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dbd1bc8..997dc29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,7 @@ name = "bodhi-cli" path = "src/main.rs" [dependencies] -#bodhi = "2.1.0" -bodhi = { path = "../bodhi-rs" } +bodhi = "2.0.1" chrono = "0.4.19" dirs = "4" rpassword = "5.0.1" @@ -33,8 +32,7 @@ tokio = { version = "1.14", features = ["fs", "macros", "rt-multi-thread"] } toml = "0.5.8" [build-dependencies] -#bodhi = "2.1.0" -bodhi = { path = "../bodhi-rs" } +bodhi = "2.0.1" structopt = "0.3.25" [profile.release]