From 510a5b9016b2f4ccfac547d9b7415b10d0227036 Mon Sep 17 00:00:00 2001 From: Antioch Peverell <30642645+antiochp@users.noreply.github.com> Date: Mon, 25 Jun 2018 16:24:48 -0400 Subject: [PATCH] fix build warning as per warning text (#1198) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 48c859588..8092e8092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.2.0" authors = ["Grin Developers "] exclude = ["**/*.grin", "**/*.grin2"] publish = false +autobins = false build = "src/build/build.rs" [workspace]