Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed Mar 20, 2024
1 parent 4ce5668 commit 4749977
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 @@ -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]
Expand Down

0 comments on commit 4749977

Please sign in to comment.