From 2ed2be9aaf697c3b9eff388f03fd89f8932ac2c3 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Sat, 26 Oct 2024 17:59:26 -0700 Subject: [PATCH] Prepare release of tarpc-plugins 0.14.0 --- plugins/Cargo.toml | 2 +- tarpc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index 2bae1889..69382f3b 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tarpc-plugins" -version = "0.13.1" +version = "0.14.0" rust-version = "1.65.0" authors = ["Adam Wright ", "Tim Kuehn "] edition = "2021" diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 3bc2a5e9..26aa5186 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -49,7 +49,7 @@ pin-project = "1.0" rand = "0.8" serde = { optional = true, version = "1.0", features = ["derive"] } static_assertions = "1.1.0" -tarpc-plugins = { path = "../plugins", version = "0.13" } +tarpc-plugins = { path = "../plugins", version = "0.14" } thiserror = "1.0" tokio = { version = "1", features = ["time"] } tokio-util = { version = "0.7.3", features = ["time"] }