From b338fc6c188ec1a807f36e6c3520b2b6269c84f8 Mon Sep 17 00:00:00 2001
From: John Mitchell <startoaster23@gmail.com>
Date: Sun, 13 Nov 2022 12:06:00 -0500
Subject: [PATCH] Added versions to workspace crates.

---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index cef1de5..28d4fd0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,9 +19,9 @@ members = ["kayak_ui_macros", "kayak_font"]
 bevy = { git = "https://github.com/bevyengine/bevy", version = "0.9" }
 bytemuck = "1.12"
 dashmap = "5.4"
-kayak_font = { path = "./kayak_font" }
+kayak_font = { path = "./kayak_font", version = "0.1" }
 morphorm = "0.3"
-kayak_ui_macros = { path = "./kayak_ui_macros" }
+kayak_ui_macros = { path = "./kayak_ui_macros", version = "0.1" }
 indexmap = "1.9"
 log = "0.4"
 bitflags = "1.3.2"
-- 
GitLab