From 34a45dbbea33d8f26acf3c6444bb0702077095d6 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Sat, 20 Jun 2020 19:24:12 +0200 Subject: [PATCH] Remove expand dependency on the current macro crate version This is possible since we don't publish the expand crate --- expand/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expand/Cargo.toml b/expand/Cargo.toml index 3ec4395..a177699 100644 --- a/expand/Cargo.toml +++ b/expand/Cargo.toml @@ -8,4 +8,4 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -parameterized = { path = "..", version = "0.1" } +parameterized = { path = ".." }