diff options
author | 2015-08-17 18:25:46 -0700 | |
---|---|---|
committer | 2015-08-17 18:25:46 -0700 | |
commit | 4f396a1e727a916d8163722ea613e4b278fb6c9c (patch) | |
tree | d568ad90d2776a5eec9273195f009d9229fb17cb | |
parent | 743a45c582ca971e3c497e0c6eaac08cf8092bf1 (diff) | |
download | rust-x86-4f396a1e727a916d8163722ea613e4b278fb6c9c.tar.gz rust-x86-4f396a1e727a916d8163722ea613e4b278fb6c9c.tar.zst rust-x86-4f396a1e727a916d8163722ea613e4b278fb6c9c.zip |
Bump version.
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "x86" -version = "0.3.0" +version = "0.3.1" authors = ["Gerd Zellweger <mail@gerdzellweger.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." |