From 67fbd9672848745a219ab871e8947f149a2eec3b Mon Sep 17 00:00:00 2001 From: Quaternions Date: Fri, 19 Jul 2024 12:03:38 -0700 Subject: [PATCH] v1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 206c513..c8f5d87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "rust-grpc" -version = "1.0.0" +version = "1.0.1" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 19dbafe..8910974 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-grpc" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html