Skip to content

Commit 5940354

Browse files
Timothy FlowersTimothy Flowers
authored andcommitted
Include path for attribution-macros
Inludes a path and version specifier for the attribution-macros dependency in the attribution crate.
1 parent c06fe01 commit 5940354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attribution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ repository = "https://github.com/chuck-flowers/attribution"
1111
license = "MIT"
1212

1313
[dependencies]
14-
attribution-macros = "0.1.0"
14+
attribution-macros = { version = "0.1.0", path = "../attribution-macros" }
1515
proc-macro2 = "0.4.30"
1616
syn = "0.15.41"

0 commit comments

Comments
 (0)