From 5fcedf50dd3ef15ccba22a4076f49b4c82ec076d Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Fri, 28 Nov 2025 22:03:39 +0300 Subject: [PATCH] remove toolchain bindings Signed-off-by: Uncle Stretch --- Cargo.toml | 2 +- rust-toolchain.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 rust-toolchain.toml diff --git a/Cargo.toml b/Cargo.toml index 77504f7..3d24e8d 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.80" +version = "0.3.81" edition = "2021" homepage = "https://git.ghostchain.io/ghostchain" repository = "https://git.ghostchain.io/ghostchain/ghost-eye" diff --git a/rust-toolchain.toml b/rust-toolchain.toml deleted file mode 100644 index 6c1009c..0000000 --- a/rust-toolchain.toml +++ /dev/null @@ -1,2 +0,0 @@ -[toolchain] -channel = "stable-x86_64-unknown-linux-gnu"