Skip to content

Commit aaf00a4

Browse files
authored
prepare 1.2.0 (#94)
1 parent 4bd2be5 commit aaf00a4

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
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

+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.0.9"
4+
version = "1.2.0"
55

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

99
[dependencies]
10-
dojo-world = { git = "https://github.com/dojoengine/dojo", rev = "0a186fa" }
11-
dojo-types = { git = "https://github.com/dojoengine/dojo", rev = "0a186fa"}
12-
torii-client = { git = "https://github.com/dojoengine/dojo", rev = "0a186fa" }
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" }
1313
torii-grpc = { git = "https://github.com/dojoengine/dojo", features = [
1414
"client",
15-
], rev = "0a186fa" }
16-
torii-typed-data = { git = "https://github.com/dojoengine/dojo", rev = "0a186fa" }
17-
torii-relay = { git = "https://github.com/dojoengine/dojo", rev = "0a186fa" }
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" }
1818

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

0 commit comments

Comments
 (0)