diff --git a/Cargo.lock b/Cargo.lock index 878b8f1e1a..dbeb0d9a6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6838,7 +6838,7 @@ dependencies = [ [[package]] name = "nyx-chain-watcher" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "axum 0.7.7", diff --git a/nyx-chain-watcher/Cargo.toml b/nyx-chain-watcher/Cargo.toml index 99f9c16f26..7a05e9d231 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.2" +version = "0.1.3" authors.workspace = true repository.workspace = true homepage.workspace = true