Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit c52178b

Browse files
committed
Pin proc-macro-hack to identical version of impl crate
1 parent 4df5a94 commit c52178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Procedural functionlike!() macros using only Macros 1.1"
77
repository = "https://github.com/dtolnay/proc-macro-hack"
88

99
[dependencies]
10-
proc-macro-hack-impl = { version = "0.4", path = "impl" }
10+
proc-macro-hack-impl = { version = "=0.4.2", path = "impl" }
1111

1212
[dev-dependencies]
1313
demo-hack = { version = "0.0.4", path = "demo-hack" }

0 commit comments

Comments
 (0)