-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The proc macro helper crate also now "opts out" of semantic versioning and the main crate has an exact requirement on it. I used this scheme in other projects like `bunt` already. No one is supposed to use the proc macro crate directly anyway. It's an implementation detail. And the exact `=` requirement means that always one specific proc macro crate version is used.
- Loading branch information
1 parent
d7daa56
commit e33bc84
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters