Skip to content

Commit

Permalink
fix: dep ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Feb 19, 2024
1 parent 3599950 commit d3fd240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ repository = "https://github.com/kingwingfly/fav"
documentation = ""

[workspace.dependencies]
fav_core = { path = "fav_core" }
fav_core = { path = "fav_core", version = "0.0.1-beta2" }
fav_derive = { path = "fav_derive", version = "0.0.1-beta1" }
fav_utils = { path = "fav_utils" }
fav_utils = { path = "fav_utils", version = "0.0.1-beta1" }
fav_cli = { path = "fav_cli" }
fav_utils_old = { path = "fav_utils_old" }

Expand Down

0 comments on commit d3fd240

Please sign in to comment.