From 1bbd6cd506292e23e44c7651940d8539db0cdf04 Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Fri, 9 Aug 2024 11:21:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20version=20management?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scarb.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scarb.toml b/Scarb.toml index dc8ff93..262f3c9 100644 --- a/Scarb.toml +++ b/Scarb.toml @@ -1,5 +1,4 @@ [workspace] -version = "1.0.0-alpha.4" members = [ "crates/algebra", "crates/defi", @@ -11,6 +10,9 @@ members = [ "crates/governance", ] +[workspace.package] +version = "1.0.0-alpha.4" + [workspace.dependencies] cubit = { git = "https://github.com/dojoengine/cubit", branch = "cairo_2.7" } dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.0.0-alpha.4" }