Skip to content

Commit

Permalink
inc ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Jun 4, 2024
1 parent a63cd16 commit 2102cbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fav_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ rustdoc-args = ["--cfg", "docsrs"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fav_utils = { workspace = true, version = "0.0.5" }
fav_core = { workspace = true, version = "0.0.10" }
fav_utils = { workspace = true, version = "0.0.6" }
fav_core = { workspace = true, version = "0.0.11" }
# CLI
clap = { version = "4.5", features = ["derive"] }
clap_complete = { version = "4" }
Expand Down
2 changes: 1 addition & 1 deletion fav_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ futures = "0.3"
# utils
bitflags = "2.5"
# derive
fav_derive = { workspace = true, optional = true, version = ">=0.0.1" }
fav_derive = { workspace = true, optional = true, version = "0.0.1" }
# tracing
tracing = { version = "0.1" }

Expand Down
2 changes: 1 addition & 1 deletion fav_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
# core
fav_core = { workspace = true, version = "0.0.10" }
fav_core = { workspace = true, version = "0.0.11" }
# CLI
indicatif = { version = "0.17", features = ["tokio"] }
# serde
Expand Down

0 comments on commit 2102cbe

Please sign in to comment.