Skip to content

Commit 34a45db

Browse files
committed
Remove expand dependency on the current macro crate version
This is possible since we don't publish the expand crate
1 parent 8592c28 commit 34a45db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ publish = false
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
parameterized = { path = "..", version = "0.1" }
11+
parameterized = { path = ".." }

0 commit comments

Comments
 (0)