From f224c3d9427662abd1f48e2a2d8d24709186af40 Mon Sep 17 00:00:00 2001 From: Ryan S Date: Mon, 19 Dec 2022 11:08:07 -0800 Subject: [PATCH] Bump crate versions. (#41) --- Cargo.lock | 2 +- crates/plugin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06e70d3..230ebe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1291,7 +1291,7 @@ dependencies = [ [[package]] name = "holaplex-indexer-rabbitmq-geyser" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anyhow", "bs58", diff --git a/crates/plugin/Cargo.toml b/crates/plugin/Cargo.toml index 536b433..b34d26c 100644 --- a/crates/plugin/Cargo.toml +++ b/crates/plugin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holaplex-indexer-rabbitmq-geyser" -version = "0.8.0" +version = "0.8.1" authors = [ "ryans ", ]