diff options
author | 2022-01-25 09:21:03 -0800 | |
---|---|---|
committer | 2022-01-25 09:21:03 -0800 | |
commit | cae360faee595c39766ad738105e29f073a957b9 (patch) | |
tree | b672b935f3a3dc2ef8c9c9c873a87f79013d9197 | |
parent | faafe140a6775e39ab48c3a08712d2974abd2be3 (diff) | |
download | rust-x86-cae360faee595c39766ad738105e29f073a957b9.tar.gz rust-x86-cae360faee595c39766ad738105e29f073a957b9.tar.zst rust-x86-cae360faee595c39766ad738105e29f073a957b9.zip |
Update version.
-rw-r--r-- | x86test/x86test_types/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x86test/x86test_types/Cargo.toml b/x86test/x86test_types/Cargo.toml index e746476..f165463 100644 --- a/x86test/x86test_types/Cargo.toml +++ b/x86test/x86test_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x86test-types" -version = "0.0.3" +version = "0.0.4" authors = ["Gerd Zellweger <mail@gerdzellweger.com>"] repository = "https://github.com/gz/rust-x86" |