Skip to content

Commit

Permalink
Updated to version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-jay-amin committed Apr 5, 2024
1 parent 5e1934b commit 11c24c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ source = "git+https://github.com/influenceth/cubit.git#9402f710716b12c21cd1e481c

[[package]]
name = "dojo"
version = "0.5.1"
source = "git+https://github.com/dojoengine/dojo?tag=v0.6.0-alpha.13#5bdcfdff82c7a01443bf603047f4bfe00d210ed6"
version = "0.6.0"
source = "git+https://github.com/dojoengine/dojo?tag=v0.6.0#fc5ad790c1993713e59f3fc65739160f132f29f0"
dependencies = [
"dojo_plugin",
]
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies = [

[[package]]
name = "origami"
version = "0.6.0-alpha.13"
version = "0.6.0"
dependencies = [
"cubit",
"dojo",
Expand Down
4 changes: 2 additions & 2 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ members = [
]

[workspace.package]
version = "0.6.0-alpha.13"
version = "0.6.0"
description = "Community-maintained libraries for Cairo"
homepage = "https://github.com/dojoengine/origami"
authors = ["[email protected]"]

[workspace.dependencies]
cubit = { git = "https://github.com/influenceth/cubit.git" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.6.0-alpha.13" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.6.0" }
origami = { path = "crates" }
token = { path = "token" }

0 comments on commit 11c24c3

Please sign in to comment.