Skip to content

Commit 1575643

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 main crate needs a major version bump after the braking changes introduced by PR #290 Signed-off-by: Jorge Prendes <[email protected]>
1 parent cc88172 commit 1575643

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ homepage = "https://github.com/containerd/ttrpc-rust"
1616
authors = ["The AntFin Kata Team <[email protected]>"]
1717

1818
[workspace.dependencies]
19-
ttrpc = { version = "0.8.4", path = "./" }
20-
ttrpc-codegen = { version = "0.5.0", path = "./ttrpc-codegen" }
19+
ttrpc = { version = "0.9.0", path = "./" }
20+
ttrpc-codegen = { version = "0.5.1", path = "./ttrpc-codegen" }
2121
ttrpc-compiler = { version = "0.8.0", path = "./compiler" }
2222
protobuf = "3.7.2"
2323
protobuf-codegen = "3.7.2"
2424
protobuf-support = "3.7.2"
2525

2626
[package]
2727
name = "ttrpc"
28-
version = "0.8.4"
28+
version = "0.9.0"
2929
authors.workspace = true
3030
edition.workspace = true
3131
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.5.1"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)