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

Commit

Permalink
bump version to 2.0.1 and update to bodhi 2.1.0-dev and dirs 4
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed May 18, 2022
1 parent 95fe257 commit 7c89a5e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"] }
Expand All @@ -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]
Expand Down

0 comments on commit 7c89a5e

Please sign in to comment.