From f10b2b31dbe31dca759201dacacae90514e90119 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Thu, 19 Sep 2024 13:10:28 -0400 Subject: [PATCH] add dep versions for core --- rust/core/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/core/Cargo.toml b/rust/core/Cargo.toml index 1360b7afe406..91c07b3166c8 100644 --- a/rust/core/Cargo.toml +++ b/rust/core/Cargo.toml @@ -10,8 +10,8 @@ license.workspace = true workspace = true [dependencies] -ixc_message_api = { path = "../message_api" } -ixc_schema = { path = "../schema" } +ixc_message_api = { path = "../message_api", version = "0.0.1" } +ixc_schema = { path = "../schema", version = "0.0.1" } [features] default = ["std"]