Skip to content

Commit 7f97bd2

Browse files
authored
prepare 1.2.1 (#96)
1 parent ec3fefa commit 7f97bd2

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[package]
22
edition = "2021"
33
name = "dojo-c"
4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
[lib]
77
crate-type = ["cdylib", "rlib", "staticlib"]
88

99
[dependencies]
10-
dojo-world = { git = "https://github.com/dojoengine/dojo", rev = "ce8c3f7" }
11-
dojo-types = { git = "https://github.com/dojoengine/dojo", rev = "ce8c3f7"}
12-
torii-client = { git = "https://github.com/dojoengine/dojo", rev = "ce8c3f7" }
10+
dojo-world = { git = "https://github.com/dojoengine/dojo", rev = "e9f7e18" }
11+
dojo-types = { git = "https://github.com/dojoengine/dojo", rev = "e9f7e18"}
12+
torii-client = { git = "https://github.com/dojoengine/dojo", rev = "e9f7e18" }
1313
torii-grpc = { git = "https://github.com/dojoengine/dojo", features = [
1414
"client",
15-
], rev = "ce8c3f7" }
16-
torii-typed-data = { git = "https://github.com/dojoengine/dojo", rev = "ce8c3f7" }
17-
torii-relay = { git = "https://github.com/dojoengine/dojo", rev = "ce8c3f7" }
15+
], rev = "e9f7e18" }
16+
torii-typed-data = { git = "https://github.com/dojoengine/dojo", rev = "e9f7e18" }
17+
torii-relay = { git = "https://github.com/dojoengine/dojo", rev = "e9f7e18" }
1818

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

0 commit comments

Comments
 (0)