From 844d231d74d17cbb0e7ee42737321a95e7b104b0 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 3 Oct 2019 21:59:37 -0700 Subject: [PATCH] Add default-run key for dev convenience (#6235) automerge --- install/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/install/Cargo.toml b/install/Cargo.toml index c699431b85..faceeae4ef 100644 --- a/install/Cargo.toml +++ b/install/Cargo.toml @@ -7,6 +7,7 @@ version = "0.20.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"