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 5c44418..0dd4e5e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,3 +10,4 @@ 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>
diff --git a/Cargo.toml b/Cargo.toml
index 1dbe28e..fb4ac39 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "x86"
-version = "0.42.0"
+version = "0.42.1"
authors = [
"Gerd Zellweger <mail@gerdzellweger.com>",
"Eric Kidd <git@randomhacks.net>",
@@ -15,7 +15,8 @@ authors = [
"Jonathan Klimt <jonathan.klimt@rwth-aachen.de>",
"Jens Breitbart <jbreitbart@gmail.com>",
"Reto Achermann <achreto@gmail.com>",
- "woppopo <woppopo@protonmail.com>"
+ "woppopo <woppopo@protonmail.com>",
+ "Vikram Narayanan <vikram186@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."