From e799f9b7d08a3bb5ed80d34184c43f9ba62c8a0c Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Thu, 5 Sep 2024 19:25:53 +0400 Subject: [PATCH] avoid wen-restart changes again --- Cargo.lock | 1 - programs/sbf/Cargo.lock | 1 - wen-restart/Cargo.toml | 1 - wen-restart/build.rs | 2 -- 4 files changed, 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ba012299239de..344ed3d7476731 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8250,7 +8250,6 @@ dependencies = [ "protobuf-src", "rand 0.8.5", "rayon", - "rustc_version 0.4.0", "serial_test", "solana-accounts-db", "solana-entry", diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index f5266a34aa2ec3..0311e3329a9065 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -6826,7 +6826,6 @@ dependencies = [ "prost-types", "protobuf-src", "rayon", - "rustc_version", "solana-entry", "solana-gossip", "solana-ledger", diff --git a/wen-restart/Cargo.toml b/wen-restart/Cargo.toml index f350b59ca6222a..ff755c75331124 100644 --- a/wen-restart/Cargo.toml +++ b/wen-restart/Cargo.toml @@ -39,7 +39,6 @@ tempfile = { workspace = true } [build-dependencies] prost-build = { workspace = true } -rustc_version = { workspace = true } # windows users should install the protobuf compiler manually and set the PROTOC # envar to point to the installed binary diff --git a/wen-restart/build.rs b/wen-restart/build.rs index 30fdc64a9bcfe0..9b2f80c51de392 100644 --- a/wen-restart/build.rs +++ b/wen-restart/build.rs @@ -1,5 +1,3 @@ -extern crate rustc_version; - use std::io::Result; fn main() -> Result<()> {