Skip to content

Commit

Permalink
💚 Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Nov 5, 2023
1 parent 06c85be commit af37f02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ dependencies = [

[[package]]
name = "dojo"
version = "0.3.3"
source = "git+https://github.com/dojoengine/dojo.git?tag=v0.3.3#3c9f109e667ca5d12739e6553fdb8261378f4ecf"
version = "0.3.4"
source = "git+https://github.com/dojoengine/dojo.git?tag=v0.3.4#a3140d88b08b79c5ff2261c1db81bafe80b5cc91"
dependencies = [
"dojo_plugin",
]

[[package]]
name = "dojo_plugin"
version = "0.3.3"
version = "0.3.4"

[[package]]
name = "market"
Expand Down
4 changes: 1 addition & 3 deletions examples/market/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ homepage = "https://github.com/dojoengine/origami/tree/examples/market"

[dependencies]
cubit = { git = "https://github.com/influenceth/cubit", rev = "b459053" }
dojo.workspace = true

[[target.dojo]]
dojo.workspace = true

0 comments on commit af37f02

Please sign in to comment.