From ba0e0dbd7c1721ec740cca36c84e74a28823008d Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Tue, 3 Feb 2026 18:08:30 +0300 Subject: [PATCH] fix for inconsitent dependency Signed-off-by: Uncle Stretch --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0535fbe..5f5d6c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "ghost-eye" authors = ["str3tch "] description = "Application for interacting with Casper/Ghost nodes that are exposing RPC only to the localhost" -version = "0.3.88" +version = "0.3.89" edition = "2021" homepage = "https://git.ghostchain.io/ghostchain" repository = "https://git.ghostchain.io/ghostchain/ghost-eye" @@ -40,4 +40,4 @@ url = "2.5.7" [build-dependencies] anyhow = "1.0.91" -vergen-gix = { version = "1.0.2", features = ["build", "cargo"] } +vergen-gix = { version = "9.0.1", features = ["build", "cargo"] }