Skip to content

Commit

Permalink
update workspace dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvc0 committed Aug 12, 2024
1 parent 0b8d2fb commit 675f2e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ categories = ["web-programming"]

[workspace.dependencies]
# Local workspace packages
rmemstore-messages = { path = "rmemstore-messages" }
k-cache = { path = "k-cache" }
rmemstore = { path = "rmemstore" }
rmemstore-messages = { path = "rmemstore-messages", version = "0" }
k-cache = { path = "k-cache", version = "0" }
rmemstore = { path = "rmemstore", version = "0" }

ahash = { version = "0.8" }
bytes = { version = "1.6", features = ["serde"] }
Expand Down

0 comments on commit 675f2e7

Please sign in to comment.