From e448885cc858f7b7805ea7da7fe59a4e71548bc7 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 8 Jul 2025 04:49:12 -0700 Subject: [PATCH] v1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa55aaf..f3d8ba3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "rust-grpc" -version = "1.1.2" +version = "1.2.0" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index e79139e..7386997 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-grpc" -version = "1.1.2" +version = "1.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html