diff --git a/Cargo.lock b/Cargo.lock index 654fb80097..8c06e9465d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7256,7 +7256,7 @@ dependencies = [ [[package]] name = "nyx-chain-watcher" -version = "0.1.11" +version = "0.1.12" dependencies = [ "anyhow", "async-trait", diff --git a/nyx-chain-watcher/Cargo.toml b/nyx-chain-watcher/Cargo.toml index 285ca3c319..791a867635 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.11" +version = "0.1.12" authors.workspace = true repository.workspace = true homepage.workspace = true