diff --git a/Cargo.toml b/Cargo.toml index ce1d59c..cae9685 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,9 +21,9 @@ repository = "https://github.com/kingwingfly/fav" documentation = "" [workspace.dependencies] -fav_core = { path = "fav_core", version = "0.0.1" } -fav_derive = { path = "fav_derive", version = "0.0.1" } -fav_utils = { path = "fav_utils", version = "0.0.1-beta4" } +fav_core = { path = "fav_core" } +fav_derive = { path = "fav_derive", version = ">=0.0.1" } +fav_utils = { path = "fav_utils" } fav_cli = { path = "fav_cli" } fav_utils_old = { path = "fav_utils_old" }