-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: John Baublitz <[email protected]>
- Loading branch information
1 parent
863406d
commit 0eacb31
Showing
4 changed files
with
92 additions
and
108 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/target/ | ||
**/*.rs.bk | ||
Cargo.lock | ||
*.swp |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ Getset, we're ready to go! | |
A procedural macro for generating the most basic getters and setters on fields. | ||
""" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Ana Hobden <[email protected]>", "John Baublitz <[email protected]"] | ||
license = "MIT" | ||
edition = "2018" | ||
|
@@ -20,6 +20,6 @@ proc-macro = true | |
|
||
[dependencies] | ||
quote = "1" | ||
syn = "1" | ||
syn = "2" | ||
proc-macro2 = { version = "1", default-features = false } | ||
proc-macro-error = "1.0" | ||
proc-macro-error2 = "2" |
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