Skip to content

Commit 7937096

Browse files
authored
chore: update to 1.6.1 (#135)
1 parent 58b8144 commit 7937096

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
edition = "2021"
33
name = "dojo-c"
4-
version = "1.6.0"
4+
version = "1.6.1"
55

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

99
[dependencies]
1010
dojo-world = { git = "https://github.com/dojoengine/dojo", rev = "054623b" }
1111
dojo-types = { git = "https://github.com/dojoengine/dojo", rev = "054623b" }
12-
torii-proto = { git = "https://github.com/dojoengine/torii", tag = "v1.6.0" }
13-
torii-client = { git = "https://github.com/dojoengine/torii", tag = "v1.6.0" }
14-
torii-grpc-client = { git = "https://github.com/dojoengine/torii", tag = "v1.6.0" }
12+
torii-proto = { git = "https://github.com/dojoengine/torii", tag = "v1.6.1" }
13+
torii-client = { git = "https://github.com/dojoengine/torii", tag = "v1.6.1" }
14+
torii-grpc-client = { git = "https://github.com/dojoengine/torii", tag = "v1.6.1" }
1515

1616
starknet = "0.14.0"
1717
starknet-crypto = "0.7.2"

0 commit comments

Comments
 (0)