From 972cf946c97e124b925ac50a7c0a1e55ea751b9b Mon Sep 17 00:00:00 2001 From: rex-schilasky <49162693+rex-schilasky@users.noreply.github.com> Date: Sun, 25 May 2025 00:33:48 +0200 Subject: [PATCH] rustecal/Cargo.toml fixed to use versions --- rustecal/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rustecal/Cargo.toml b/rustecal/Cargo.toml index 25725fa..a799d97 100644 --- a/rustecal/Cargo.toml +++ b/rustecal/Cargo.toml @@ -11,9 +11,9 @@ keywords = ["ecal", "ipc", "pubsub", "rpc", "middleware"] categories = ["network-programming", "api-bindings"] [dependencies] -rustecal-core = { path = "../rustecal-core" } -rustecal-pubsub = { path = "../rustecal-pubsub", optional = true } -rustecal-service = { path = "../rustecal-service", optional = true } +rustecal-core = { version = "0.1", path = "../rustecal-core" } +rustecal-pubsub = { version = "0.1", path = "../rustecal-pubsub", optional = true } +rustecal-service = { version = "0.1", path = "../rustecal-service", optional = true } [features] default = ["pubsub", "service"]