diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | Cargo.toml | 5 |
2 files changed, 4 insertions, 2 deletions
@@ -7,3 +7,4 @@ 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> @@ -1,6 +1,6 @@ [package] name = "x86" -version = "0.29.0" +version = "0.30.0" authors = [ "Gerd Zellweger <mail@gerdzellweger.com>", "Eric Kidd <git@randomhacks.net>", @@ -11,7 +11,8 @@ authors = [ "Brian Martin <bmartin@twitter.com>", "Caleb Boylan <calebboylan@gmail.com>", "Nikolay Edigaryev <edigaryev@gmail.com>", - "Stefan Lankes <stlankes@users.noreply.github.com>" + "Stefan Lankes <stlankes@users.noreply.github.com>", + Jonathan Klimt <jonathan.klimt@rwth-aachen.de> ] 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." |