diff --git a/Cargo.lock b/Cargo.lock index f886effa57..69df226613 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6840,7 +6840,7 @@ dependencies = [ [[package]] name = "nyx-chain-watcher" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "axum 0.7.7", diff --git a/nyx-chain-watcher/Cargo.toml b/nyx-chain-watcher/Cargo.toml index 7a05e9d231..05c43ae147 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.3" +version = "0.1.4" authors.workspace = true repository.workspace = true homepage.workspace = true