From c46358ca2336c905d5519be435e69f3719837f75 Mon Sep 17 00:00:00 2001 From: Sean Lynch <42618346+swlynch99@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:33:37 -0700 Subject: [PATCH] begin next development iteration (#43) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 051aaf5b..8d62529a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1842,7 +1842,7 @@ dependencies = [ [[package]] name = "rpc-perf" -version = "5.0.1" +version = "5.0.2-alpha.0" dependencies = [ "ahash", "async-channel", diff --git a/Cargo.toml b/Cargo.toml index 348dc447..c81d27eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rpc-perf" -version = "5.0.1" +version = "5.0.2-alpha.0" authors = ["Brian Martin "] edition = "2021" description = "RPC Performance Testing"