From bad85abff318be752ae93e27c985d3a6fd435020 Mon Sep 17 00:00:00 2001 From: Sachin Kamath Date: Thu, 19 Dec 2024 09:13:32 +0530 Subject: [PATCH] chain-watcher: bump version --- Cargo.lock | 2 +- nyx-chain-watcher/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a60922da0b3..6e8b6602d6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6838,7 +6838,7 @@ dependencies = [ [[package]] name = "nyx-chain-watcher" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "async-trait", diff --git a/nyx-chain-watcher/Cargo.toml b/nyx-chain-watcher/Cargo.toml index 1385bbaddb1..f5371c78c72 100644 --- a/nyx-chain-watcher/Cargo.toml +++ b/nyx-chain-watcher/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nyx-chain-watcher" -version = "0.1.7" +version = "0.1.8" authors.workspace = true repository.workspace = true homepage.workspace = true