-
Notifications
You must be signed in to change notification settings - Fork 26
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 #68 from m4b/pch/decl_attributes
Expand declaration attributes
- Loading branch information
Showing
8 changed files
with
572 additions
and
229 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,6 +1,6 @@ | ||
[package] | ||
name = "faerie" | ||
version = "0.7.1" | ||
version = "0.8.0" | ||
authors = ["m4b <[email protected]>", "Dan Gohman <[email protected]>", "Pat Hickey <[email protected]>", "Philip Craig <[email protected]>"] | ||
readme = "README.md" | ||
keywords = ["elf", "mach-o", "binary", "object", "compiler"] | ||
|
@@ -17,7 +17,7 @@ name = "prototype" | |
path = "src/bin/main.rs" | ||
|
||
[dependencies] | ||
goblin = "0.0.19" | ||
goblin = "0.0.21" | ||
scroll = "0.9" | ||
log = "0.4" | ||
env_logger = "0.5" | ||
|
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.