From 4903ba92b7040e825a7e2c90ed64c16ac2477811 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Tue, 26 Nov 2024 00:10:49 -0800 Subject: [PATCH] v1.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5c59bf..e4281d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,7 +590,7 @@ dependencies = [ [[package]] name = "rust-grpc" -version = "1.0.2" +version = "1.0.3" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index d64cdf3..3cc2451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-grpc" -version = "1.0.2" +version = "1.0.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html