From 74a842c429df0924856ad3b891b41f11bbda0c81 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Fri, 16 Feb 2024 16:53:49 +0100 Subject: [PATCH] SFT-3384: Add version to foundation-arena. * Cargo.toml (workspace.dependencies): Add version to foundation-arena. Signed-off-by: Jean-Pierre De Jesus DIAZ --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2da2746..cfc330c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_json = "1" uuid = { version = "1", default-features = false } # The crates in this workspace. -foundation-arena = { path = "arena" } +foundation-arena = { version = "0.1.0", path = "arena" } foundation-codecs = { path = "codecs" } foundation-test-vectors = { path = "test-vectors" } foundation-urtypes = { path = "urtypes" }