aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Gerd Zellweger <gzellweger@vmware.com> 2020-03-27 16:50:09 -0700
committerGravatar Gerd Zellweger <gzellweger@vmware.com> 2020-03-27 16:50:09 -0700
commit904b49e2c157df0b9ceb6ecf5abaadf7c9a22e23 (patch)
tree51e2e8496a62e7d514233a9ba5c7937a4f88be1f
parent9794b5d2739d024a939224b6628a2d8ba43ccf7c (diff)
downloadrust-x86-904b49e2c157df0b9ceb6ecf5abaadf7c9a22e23.tar.gz
rust-x86-904b49e2c157df0b9ceb6ecf5abaadf7c9a22e23.tar.zst
rust-x86-904b49e2c157df0b9ceb6ecf5abaadf7c9a22e23.zip
Release version 0.30.
-rw-r--r--AUTHORS1
-rw-r--r--Cargo.toml5
2 files changed, 4 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index fa9f3b2..32fccb5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/Cargo.toml b/Cargo.toml
index 1f77b4c..b21b27a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."