Skip to content

Commit 0bb31ed

Browse files
authored
release(prepare): v1.5.0-alpha.0 (#10)
1 parent b85ea4b commit 0bb31ed

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2021"
1515
license = "Apache-2.0"
1616
license-file = "LICENSE"
1717
repository = "https://github.com/dojoengine/torii"
18-
version = "1.2.3"
18+
version = "1.5.0-alpha.0"
1919

2020
[profile.performance]
2121
codegen-units = 1

crates/proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ torii-sqlite-types = { workspace = true, optional = true }
3131

3232
[features]
3333
client = []
34-
server = ["torii-sqlite-types"]
34+
server = ["torii-sqlite-types"]

0 commit comments

Comments
 (0)