Skip to content

Commit fc2ddd1

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 containerd#291 The main crate needs a major version bump after the braking changes introduced by PR containerd#290 Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 9eeda23 commit fc2ddd1

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
@@ -15,16 +15,16 @@ homepage = "https://github.com/containerd/ttrpc-rust"
1515
authors = ["The AntFin Kata Team <kata@list.alibaba-inc.com>"]
1616

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

2525
[package]
2626
name = "ttrpc"
27-
version = "0.8.4"
27+
version = "0.9.0"
2828
authors.workspace = true
2929
edition.workspace = true
3030
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)