-
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.
Merge pull request #8 from ltouati/master
Update versions used by the crate
- Loading branch information
Showing
15 changed files
with
644 additions
and
292 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ description = "Macro for Waiter DI" | |
repository = "https://github.com/dmitryb-dev/waiter" | ||
license = "MIT" | ||
readme = "../../README.md" | ||
authors = [ "[email protected]" ] | ||
authors = ["[email protected]"] | ||
|
||
[dependencies] | ||
quote = "1.0.7" | ||
|
@@ -15,7 +15,7 @@ proc-macro2 = "1.0.24" | |
|
||
[dependencies.syn] | ||
version = "1.0.48" | ||
features = [ "full" ] | ||
features = ["full"] | ||
|
||
[lib] | ||
proc-macro = true | ||
|
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
Oops, something went wrong.