diff --git a/Cargo.toml b/Cargo.toml index 4578ea8..77504f7 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.79" +version = "0.3.80" edition = "2021" homepage = "https://git.ghostchain.io/ghostchain" repository = "https://git.ghostchain.io/ghostchain/ghost-eye" diff --git a/artifacts/casper.scale b/artifacts/casper.scale index 0847b28..5d0fe69 100644 Binary files a/artifacts/casper.scale and b/artifacts/casper.scale differ diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..6c1009c --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "stable-x86_64-unknown-linux-gnu"