diff options
author | 2021-09-28 10:48:28 -0700 | |
---|---|---|
committer | 2021-09-28 10:48:28 -0700 | |
commit | 3e9f01d8f4105aa660b81c41b1149379f1629e55 (patch) | |
tree | 44e14c369a3b009077ad8f0d6bca7c56415dfa88 | |
parent | 8669c5e1739b8134392c24908829b0076db081a5 (diff) | |
download | rust-x86-3e9f01d8f4105aa660b81c41b1149379f1629e55.tar.gz rust-x86-3e9f01d8f4105aa660b81c41b1149379f1629e55.tar.zst rust-x86-3e9f01d8f4105aa660b81c41b1149379f1629e55.zip |
Update authors, bump version.
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | Cargo.toml | 5 |
2 files changed, 4 insertions, 2 deletions
@@ -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> @@ -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." |