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