From 837769261ae17740e0ce90baccc4afb075dbca3b Mon Sep 17 00:00:00 2001 From: Gerd Zellweger Date: Wed, 5 Jan 2022 13:03:32 -0800 Subject: version 0.44 --- AUTHORS | 1 + Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 0dd4e5e..81831cd 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,3 +11,4 @@ Jonathan Klimt Reto Achermann woppopo Vikram Narayanan +Dan Cross diff --git a/Cargo.toml b/Cargo.toml index 4cf2e65..27cc5d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x86" -version = "0.43.0" +version = "0.44.0" authors = [ "Gerd Zellweger ", "Eric Kidd ", @@ -16,7 +16,8 @@ authors = [ "Jens Breitbart ", "Reto Achermann ", "woppopo ", - "Vikram Narayanan " + "Vikram Narayanan ", + "Dan Cross " ] 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." -- cgit v1.2.3