Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
deps: bump to bodhi 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed May 30, 2022
1 parent 7c89a5e commit 4df8bfd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 4df8bfd

Please sign in to comment.