Skip to content

Commit

Permalink
Merge pull request #37 from Bal7hazar/chore/dojo-v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Jan 16, 2024
2 parents e873a5a + 5448c22 commit daa1646
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Origami CI
on: [push, pull_request]

env:
DOJO_VERSION: v0.4.4
DOJO_VERSION: v0.5.0
SCARB_VERSION: v2.4.0

jobs:
Expand Down
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/akhercha/cubit.git?rev=d3869a3#d3869a3f0c47e5ed

[[package]]
name = "dojo"
version = "0.4.4"
source = "git+https://github.com/dojoengine/dojo?tag=v0.4.4#8afd8c903d71083b8487a5b4a0cfc9360dee0772"
version = "0.5.0"
source = "git+https://github.com/dojoengine/dojo?tag=v0.5.0#41a48b8082456e29d35913c0b81d71382c020b35"
dependencies = [
"dojo_plugin",
]
Expand Down Expand Up @@ -45,7 +45,7 @@ dependencies = [

[[package]]
name = "origami"
version = "0.0.0"
version = "0.5.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 @@ -2,13 +2,13 @@
members = ["crates", "examples/*", "token"]

[workspace.package]
version = "0.0.0"
version = "0.5.0"
description = "Community-maintained libraries for Cairo"
homepage = "https://github.com/dojoengine/origami"
authors = ["bal7hazar@proton.me"]

[workspace.dependencies]
cubit = { git = "https://github.com/akhercha/cubit.git", rev = "d3869a3" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.4.4" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.5.0" }
origami = { path = "crates" }
token = { path = "token" }

0 comments on commit daa1646

Please sign in to comment.