From 8a832b63116f4dfd8a37d81f96ff89fa39d8ba39 Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Thu, 20 Jun 2024 20:47:53 -0600 Subject: [PATCH] Bumped version --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 077d2d7..079a811 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "raas_types" -version = "0.0.7" +version = "0.0.8" dependencies = [ "bytes", "prost", diff --git a/Cargo.toml b/Cargo.toml index b300e38..18689ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raas_types" -version = "0.0.7" +version = "0.0.8" edition = "2021" description = "Protobuf definitions for RaaS" authors = ["Joey Hines joey@ahines.net"] diff --git a/src/lib.rs b/src/lib.rs index 0f7f09e..51ccce5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -128,7 +128,6 @@ mod test { #[cfg(feature = "async")] use tokio::io::BufReader; - use tonic::{Request, Response, Status}; #[test] fn create_request() {