Skip to content

Commit

Permalink
Prepare release of tarpc-plugins 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tikue committed Oct 27, 2024
1 parent d352e6e commit 2ed2be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tarpc-plugins"
version = "0.13.1"
version = "0.14.0"
rust-version = "1.65.0"
authors = ["Adam Wright <adam.austin.wright@gmail.com>", "Tim Kuehn <timothy.j.kuehn@gmail.com>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion tarpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 2ed2be9

Please sign in to comment.