Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
matzayonc committed Nov 28, 2023
1 parent 1c651e7 commit 7e6083e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 514 deletions.
2 changes: 1 addition & 1 deletion crates/dojo-core/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = 1

[[package]]
name = "dojo"
version = "0.3.13"
version = "0.3.12"
dependencies = [
"dojo_plugin",
]
Expand Down
6 changes: 5 additions & 1 deletion crates/dojo-lang/src/manifest_test_data/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_manifest_file
"world": {
"name": "world",
"address": null,
"class_hash": "0x63d0f5cf13eb133e7a17bd2488d3e008b0dd018d46d882f47e2c6b5e668ea4f",
"class_hash": "0x254e8bab09cdebe6ff66e8ea4b63db54a176861c7bd0ba4006890b274c64198",
"abi": [
{
"type": "impl",
Expand Down Expand Up @@ -405,6 +405,10 @@ test_manifest_file
{
"name": "keys",
"type": "core::array::Span::<core::felt252>"
},
{
"name": "layout",
"type": "core::array::Span::<core::integer::u8>"
}
],
"outputs": [],
Expand Down
Loading

0 comments on commit 7e6083e

Please sign in to comment.