From 22d60d496b32590438ef6b559ff8f6734a41b3fe Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 11:09:44 -0700 Subject: [PATCH] Remove unstable default-run directive (#6599) (#6600) automerge --- install/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/install/Cargo.toml b/install/Cargo.toml index 50ea835900..5122fa9b81 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -7,7 +7,6 @@ version = "0.20.1" repository = "https://github.com/solana-labs/solana" license = "Apache-2.0" homepage = "https://solana.com/" -default-run = "solana-install" [dependencies] atty = "0.2.11"