From 47499771ea49b175eec7ba804210edc68a5e12d7 Mon Sep 17 00:00:00 2001 From: Collins Muriuki Date: Wed, 20 Mar 2024 15:41:03 +0300 Subject: [PATCH] publish --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a9a2674..92441d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,8 +18,8 @@ readme = "./README.md" license = "MIT" [dependencies] -simple_cache_macros = {path = "./macros"} -simple_cache_core = {path = "./core"} +simple_cache_macros = {version = "2.4.1-beta", path = "./macros"} +simple_cache_core = {version = "1.0.0-beta", path = "./core"} futures = "0.3.28" [workspace]