aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS14
-rw-r--r--Cargo.toml5
2 files changed, 3 insertions, 16 deletions
diff --git a/AUTHORS b/AUTHORS
deleted file mode 100644
index 81831cd..0000000
--- a/AUTHORS
+++ /dev/null
@@ -1,14 +0,0 @@
-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>
-Rex Lunae <rexlunae@gmail.com>
-Caleb Boylan <calebboylan@gmail.com>
-Nikolay Edigaryev <edigaryev@gmail.com>
-Stefan Lankes <stlankes@users.noreply.github.com>
-Jonathan Klimt <jonathan.klimt@rwth-aachen.de>
-Reto Achermann <achreto@gmail.com>
-woppopo <woppopo@protonmail.com>
-Vikram Narayanan <vikram186@gmail.com>
-Dan Cross <cross@gajendra.net>
diff --git a/Cargo.toml b/Cargo.toml
index 740747c..a0452fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "x86"
-version = "0.45.0"
+version = "0.46.0"
authors = [
"Gerd Zellweger <mail@gerdzellweger.com>",
"Eric Kidd <git@randomhacks.net>",
@@ -17,7 +17,8 @@ authors = [
"Reto Achermann <achreto@gmail.com>",
"woppopo <woppopo@protonmail.com>",
"Vikram Narayanan <vikram186@gmail.com>",
- "Dan Cross <cross@gajendra.net>"
+ "Dan Cross <cross@gajendra.net>",
+ "Yuekai Jia <equation618@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."