From 4f6871a58e963bb87f572b4d2e2a72c219b4afba Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Sun, 21 Sep 2025 17:12:37 -0700 Subject: [PATCH] v1.7.0 bot_analyzer --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c8caa5d..70b7246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "rust-grpc" -version = "1.6.1" +version = "1.7.0" dependencies = [ "prost", "prost-types", diff --git a/Cargo.toml b/Cargo.toml index 96900a8..b2a609c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-grpc" -version = "1.6.1" +version = "1.7.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html