Skip to content

Commit ea4cfea

Browse files
committed
f
1 parent 253e201 commit ea4cfea

File tree

2 files changed

+14
-37
lines changed

2 files changed

+14
-37
lines changed

Cargo.lock

Lines changed: 12 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ cainome = { version = "0.5.0", features = [ "abigen-rs" ] }
3232
cainome-cairo-serde = { version = "0.1.0" }
3333

3434
dojo-utils = { git = "https://github.com/dojoengine/dojo", tag = "v1.4.1" }
35-
# temporary for ord on primitive
36-
dojo-types = { git = "https://github.com/Larkooo/dojo", branch = "primitive-ord" }
35+
dojo-types = { git = "https://github.com/dojoengine/dojo", tag = "v1.4.1" }
3736
dojo-core = { git = "https://github.com/dojoengine/dojo", tag = "v1.4.1" }
38-
dojo-world = { git = "https://github.com/Larkooo/dojo", branch = "primitive-ord" }
37+
dojo-world = { git = "https://github.com/dojoengine/dojo", tag = "v1.4.1" }
3938
dojo-test-utils = { git = "https://github.com/dojoengine/dojo", tag = "v1.4.1" }
4039
dojo-metrics = { git = "https://github.com/dojoengine/dojo", tag = "v1.4.1" }
4140

0 commit comments

Comments
 (0)