diff --git a/Cargo.toml b/Cargo.toml index 87bd201..01aea80 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.18" +version = "0.3.19" edition = "2021" [dependencies] diff --git a/src/components/validator/rotate_popup.rs b/src/components/validator/rotate_popup.rs index 26d617d..78908df 100644 --- a/src/components/validator/rotate_popup.rs +++ b/src/components/validator/rotate_popup.rs @@ -14,7 +14,6 @@ use crate::{ action::Action, config::Config, palette::StylePalette, - //types::{ActionLevel, ActionTarget}, }; #[derive(Debug)]