Skip to content

Commit 054199e

Browse files
committed
Bump crate versions
Bump crate versions for publishing. The compiler crate needs a major version bump after breaking changes introduced by PR #291 The codegen crate needs a major version bump because it exports an item from the compiler crate. The main crate needs a major version bump after the braking changes introduced by PR #290 Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 2d8df24 commit 054199e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
2020
# workspace by specifying `workspace = true` instead of the crate
2121
# version. For example, for protobuf:
2222
# protobuf = { workspace = true }
23-
ttrpc = { version = "0.8.4", path = "./" }
24-
ttrpc-codegen = { version = "0.5.0", path = "./ttrpc-codegen" }
25-
ttrpc-compiler = { version = "0.7.0", path = "./compiler" }
23+
ttrpc = { version = "0.9.0", path = "./" }
24+
ttrpc-codegen = { version = "0.6.0", path = "./ttrpc-codegen" }
25+
ttrpc-compiler = { version = "0.8.0", path = "./compiler" }
2626
protobuf = "3.7.2"
2727
protobuf-codegen = "3.7.2"
2828
protobuf-support = "3.7.2"
2929

3030
[package]
3131
name = "ttrpc"
32-
version = "0.8.4"
32+
version = "0.9.0"
3333
authors = { workspace = true }
3434
edition = { workspace = true }
3535
license = { workspace = true }

compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-compiler"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = { workspace = true }
55
license = { workspace = true }
66
authors = { workspace = true }

ttrpc-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ttrpc-codegen"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
edition = { workspace = true }
55
authors = { workspace = true }
66
license = { workspace = true }

0 commit comments

Comments
 (0)