diff --git a/Cargo.lock b/Cargo.lock index a8c53315d39..a6a9ca89b59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6935,7 +6935,7 @@ dependencies = [ [[package]] name = "nyx-chain-watcher" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "axum 0.7.7", diff --git a/nyx-chain-watcher/Cargo.toml b/nyx-chain-watcher/Cargo.toml index 6104a7877f3..99f9c16f266 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.1" +version = "0.1.2" authors.workspace = true repository.workspace = true homepage.workspace = true