Skip to content

Commit

Permalink
🐛 Fix version management
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Aug 9, 2024
1 parent e6ddb98 commit 1bbd6cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[workspace]
version = "1.0.0-alpha.4"
members = [
"crates/algebra",
"crates/defi",
Expand All @@ -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" }
Expand Down

0 comments on commit 1bbd6cd

Please sign in to comment.