Skip to content

Commit

Permalink
Update Author list, bump cargo version.
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
  • Loading branch information
gz committed Aug 16, 2016
1 parent 5e40510 commit b149e05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Eric Kidd <git@randomhacks.net>
Philipp Oppermann <dev@phil-opp.com>
Dan Schatzberg <schatzberg.dan@gmail.com>
John Ericson <John_Ericson@Yahoo.com>
Rex Lunae <rexlunae@gmail.com>
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]

name = "x86"
version = "0.7.0"
version = "0.8.0"
authors = [
"Gerd Zellweger <mail@gerdzellweger.com>",
"Eric Kidd <git@randomhacks.net>",
"Philipp Oppermann <dev@phil-opp.com>",
"Dan Schatzberg <schatzberg.dan@gmail.com>",
"John Ericson <John_Ericson@Yahoo.com>"
"John Ericson <John_Ericson@Yahoo.com>",
"Rex Lunae <rexlunae@gmail.com>"
]

description = "Library to program x86 (amd64) hardware. Contains x86 specific data structure descriptions, data-tables, as well as convenience function to call assembly instructions typically not exposed in higher level languages."
Expand Down

0 comments on commit b149e05

Please sign in to comment.