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" }