aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Gerd Zellweger <mail@gerdzellweger.com> 2019-12-30 13:47:05 -0800
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2019-12-30 13:47:05 -0800
commit91ab07a5f32e129e2f6ec9c60a20fa3b72681c9b (patch)
treee2bd4652f9a53bb7434551f3b4737e486eb76058
parent8f66cd61d44c0b479c087050fd3c6371844a8810 (diff)
downloadrust-x86-91ab07a5f32e129e2f6ec9c60a20fa3b72681c9b.tar.gz
rust-x86-91ab07a5f32e129e2f6ec9c60a20fa3b72681c9b.tar.zst
rust-x86-91ab07a5f32e129e2f6ec9c60a20fa3b72681c9b.zip
Update version.
-rw-r--r--AUTHORS3
-rw-r--r--Cargo.toml5
2 files changed, 5 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 4e34764..fa9f3b2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,4 +5,5 @@ 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> \ No newline at end of file
+Nikolay Edigaryev <edigaryev@gmail.com>
+Stefan Lankes <stlankes@users.noreply.github.com>
diff --git a/Cargo.toml b/Cargo.toml
index e61060c..1f77b4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "x86"
-version = "0.28.0"
+version = "0.29.0"
authors = [
"Gerd Zellweger <mail@gerdzellweger.com>",
"Eric Kidd <git@randomhacks.net>",
@@ -10,7 +10,8 @@ authors = [
"Rex Lunae <rexlunae@gmail.com>",
"Brian Martin <bmartin@twitter.com>",
"Caleb Boylan <calebboylan@gmail.com>",
- "Nikolay Edigaryev <edigaryev@gmail.com>"
+ "Nikolay Edigaryev <edigaryev@gmail.com>",
+ "Stefan Lankes <stlankes@users.noreply.github.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."