Skip to content

Commit a3659e6

Browse files
authored
chore: adjust dojo to main commit (#78)
1 parent 1f2b51e commit a3659e6

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ crate-type = ["cdylib", "rlib", "staticlib"]
88

99

1010
[dependencies]
11-
dojo-world = { git = "https://github.com/dojoengine/dojo", rev = "85df91a80b2a63c0bed98a209be2744581859449" }
12-
dojo-types = { git = "https://github.com/dojoengine/dojo", rev = "85df91a80b2a63c0bed98a209be2744581859449" }
13-
torii-client = { git = "https://github.com/dojoengine/dojo", rev = "85df91a80b2a63c0bed98a209be2744581859449" }
11+
dojo-world = { git = "https://github.com/dojoengine/dojo", rev = "8111b6d" }
12+
dojo-types = { git = "https://github.com/dojoengine/dojo", rev = "8111b6d"}
13+
torii-client = { git = "https://github.com/dojoengine/dojo", rev = "8111b6d" }
1414
torii-grpc = { git = "https://github.com/dojoengine/dojo", features = [
1515
"client",
16-
], rev = "85df91a80b2a63c0bed98a209be2744581859449" }
17-
torii-relay = { git = "https://github.com/dojoengine/dojo", rev = "85df91a80b2a63c0bed98a209be2744581859449" }
16+
], rev = "8111b6d" }
17+
torii-relay = { git = "https://github.com/dojoengine/dojo", rev = "8111b6d" }
1818

1919
starknet = "0.12.0"
2020
starknet-crypto = "0.7.2"

playground/entities.html

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
dont_include_hashed_keys: true,
3535
order_by: [],
3636
entity_models: [],
37+
internal_updated_at: 0,
3738
clause: {
3839
Keys: {
3940
keys: [undefined],

playground/events.html

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
dont_include_hashed_keys: true,
3939
order_by: [],
4040
entity_models: [],
41+
internal_updated_at: 0,
4142
clause: {
4243
Keys: {
4344
keys: [undefined],

0 commit comments

Comments
 (0)