fix for inconsitent dependency

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2026-02-03 18:08:30 +03:00
parent df818a433a
commit ba0e0dbd7c
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA

View File

@ -2,7 +2,7 @@
name = "ghost-eye" name = "ghost-eye"
authors = ["str3tch <stretch@ghostchain.io>"] authors = ["str3tch <stretch@ghostchain.io>"]
description = "Application for interacting with Casper/Ghost nodes that are exposing RPC only to the localhost" 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" edition = "2021"
homepage = "https://git.ghostchain.io/ghostchain" homepage = "https://git.ghostchain.io/ghostchain"
repository = "https://git.ghostchain.io/ghostchain/ghost-eye" repository = "https://git.ghostchain.io/ghostchain/ghost-eye"
@ -40,4 +40,4 @@ url = "2.5.7"
[build-dependencies] [build-dependencies]
anyhow = "1.0.91" anyhow = "1.0.91"
vergen-gix = { version = "1.0.2", features = ["build", "cargo"] } vergen-gix = { version = "9.0.1", features = ["build", "cargo"] }