Skip to content

Commit

Permalink
Merge pull request dojoengine#65 from dojoengine/v7.1
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
ponderingdemocritus authored Jun 18, 2024
2 parents ebb7584 + b6f9d08 commit 9342443
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: curl -L https://install.dojoengine.org | bash
- run: /home/runner/.config/.dojo/bin/dojoup -v v0.7.0
- run: /home/runner/.config/.dojo/bin/dojoup -v v0.7.1
- run: |
/home/runner/.config/.dojo/bin/sozo build
/home/runner/.config/.dojo/bin/sozo test
Expand Down
4 changes: 2 additions & 2 deletions Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version = 1

[[package]]
name = "dojo"
version = "0.7.0"
source = "git+https://github.com/dojoengine/dojo?tag=v0.7.0#34b13caa785c1149558d28f1a9d9fbd700c4aa2d"
version = "0.7.1"
source = "git+https://github.com/dojoengine/dojo?tag=v0.7.1#c4a1feadf1d5c5ecf9593b50c1a2ca2856ae2313"
dependencies = [
"dojo_plugin",
]
Expand Down
2 changes: 1 addition & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spawn = "./scripts/spawn.sh"
move = "./scripts/move.sh"

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.0" }
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v0.7.1" }

[[target.dojo]]

Expand Down
2 changes: 1 addition & 1 deletion manifests/dev/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@
],
"address": "0xb4079627ebab1cd3cf9fd075dda1ad2454a7a448bf659591f259efa2519b18",
"transaction_hash": "0x3a729aa09b4ad351fbc724f94c6d599037a53d7d9b5a182097a60fb09d0486c",
"block_number": 3,
"block_number": 9,
"seed": "dojo_starter",
"metadata": {
"profile_name": "dev",
Expand Down
2 changes: 1 addition & 1 deletion manifests/dev/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ original_class_hash = "0x3f63cecdc4964acafb921ba2934c6507d1b3c344edb64c2762cf080
abi = "manifests/dev/abis/deployments/dojo_world_world.json"
address = "0xb4079627ebab1cd3cf9fd075dda1ad2454a7a448bf659591f259efa2519b18"
transaction_hash = "0x3a729aa09b4ad351fbc724f94c6d599037a53d7d9b5a182097a60fb09d0486c"
block_number = 3
block_number = 9
seed = "dojo_starter"
name = "dojo::world::world"

Expand Down

0 comments on commit 9342443

Please sign in to comment.