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]