Prepare release of 0.29.0

This commit is contained in:
Tim Kuehn
2022-05-26 15:56:02 -07:00
parent 839b87e394
commit 2594ea8ce9
6 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "tarpc-example-service"
version = "0.10.0"
version = "0.11.0"
rust-version = "1.56"
authors = ["Tim Kuehn <tikue@google.com>"]
edition = "2021"
@@ -21,7 +21,7 @@ futures = "0.3"
opentelemetry = { version = "0.16", features = ["rt-tokio"] }
opentelemetry-jaeger = { version = "0.15", features = ["rt-tokio"] }
rand = "0.8"
tarpc = { version = "0.28", path = "../tarpc", features = ["full"] }
tarpc = { version = "0.29", path = "../tarpc", features = ["full"] }
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }
tracing = { version = "0.1" }
tracing-opentelemetry = "0.15"