From 83174b919c01b98bcf05499c72d5f728034def9f Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 29 Oct 2019 10:28:48 -0700 Subject: [PATCH] Remove unstable default-run directive (#6599) automerge --- install/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/install/Cargo.toml b/install/Cargo.toml index b79f0e5ed9..1101d44041 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -7,7 +7,6 @@ version = "0.21.0" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" -default-run = "solana-install" [dependencies] atty = "0.2.11"