bump version and small cleanup

Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
Uncle Stretch 2025-02-05 15:46:57 +03:00
parent 5b0ef1c4b7
commit 8555ddceec
Signed by: str3tch
GPG Key ID: 84F3190747EE79AA
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
name = "ghost-eye"
authors = ["str3tch <stretch@ghostchain.io>"]
description = "Application for interacting with Casper/Ghost nodes that are exposing RPC only to the localhost"
version = "0.3.18"
version = "0.3.19"
edition = "2021"
[dependencies]

View File

@ -14,7 +14,6 @@ use crate::{
action::Action,
config::Config,
palette::StylePalette,
//types::{ActionLevel, ActionTarget},
};
#[derive(Debug)]