From f09d82bb4ccdf63624820217c4c70a949d5d9990 Mon Sep 17 00:00:00 2001 From: Ryan Levick Date: Tue, 1 Oct 2019 18:31:32 +0200 Subject: [PATCH] Add path to dev dependency --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 99baa1e..20cf947 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -20,7 +20,7 @@ path = "tests/progress.rs" [dev-dependencies] trybuild = "1.0.13" -com = { path = ".." } +com = { version = "0.1", path = ".." } [dependencies] syn = { version = "1.0.5", features = ["full"] }