aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--Cargo.toml5
2 files changed, 4 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 9ea47bb..5334e66 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/Cargo.toml b/Cargo.toml
index 64287cd..6eb59d6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."