diff --git a/Cargo.lock b/Cargo.lock index d3aa8b5797..b9aef18ab4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6840,7 +6840,7 @@ dependencies = [ [[package]] name = "nyx-chain-watcher" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "async-trait", diff --git a/nyx-chain-watcher/Cargo.toml b/nyx-chain-watcher/Cargo.toml index 57b4ca4675..1385bbaddb 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.6" +version = "0.1.7" authors.workspace = true repository.workspace = true homepage.workspace = true