From 0925221315d827d8066f84ca60d2c870aa1832db Mon Sep 17 00:00:00 2001 From: Quaternions Date: Thu, 18 Jul 2024 22:33:40 -0700 Subject: [PATCH] v1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 93f6127..206c513 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -581,7 +581,7 @@ dependencies = [ [[package]] name = "rust-grpc" -version = "0.1.0" +version = "1.0.0" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 699d129..19dbafe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-grpc" -version = "0.1.0" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html