diff --git a/Cargo.lock b/Cargo.lock index 8cc46eca9b2..937be1dbef7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6935,7 +6935,7 @@ dependencies = [ [[package]] name = "nyx-chain-watcher" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "async-trait", diff --git a/nyx-chain-watcher/Cargo.toml b/nyx-chain-watcher/Cargo.toml index 5c6fe60719f..57b4ca46751 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.5" +version = "0.1.6" authors.workspace = true repository.workspace = true homepage.workspace = true