From c9a7119a5011faf188b6905a4e2701dc940ca8ab Mon Sep 17 00:00:00 2001 From: Louis <836250617@qq.com> Date: Sun, 3 Mar 2024 20:05:44 +0800 Subject: [PATCH] inc ver --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }