From e64d0cb2e57b74cb40435565b56f8a386267279e Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Sun, 26 Jan 2020 04:53:03 +0100
Subject: [PATCH] dial envelope (local druid override removed)

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 2fb210f..d1c7cad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
 
 [dependencies.druid] 
 version = "0.4.0"
-path = "../druid/druid" 
+#path = "../druid/druid" 
 
 [dependencies]
 log = "0.4.8"
-- 
GitLab