diff options
author | 2022-03-03 10:22:48 +0100 | |
---|---|---|
committer | 2022-03-03 10:22:48 +0100 | |
commit | 9cc4021fef8fe34d581478710ee33bc2b9b9eb8a (patch) | |
tree | b6392cbd65cd7e7445bc5bd0bba248ff783e03d4 | |
parent | 207ce65e799a09369affbb6dbfe055677661d0e6 (diff) | |
download | rust-x86-9cc4021fef8fe34d581478710ee33bc2b9b9eb8a.tar.gz rust-x86-9cc4021fef8fe34d581478710ee33bc2b9b9eb8a.tar.zst rust-x86-9cc4021fef8fe34d581478710ee33bc2b9b9eb8a.zip |
Update x86test-types.
-rw-r--r-- | x86test/x86test_types/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x86test/x86test_types/Cargo.toml b/x86test/x86test_types/Cargo.toml index 931dbdf..e6f6abb 100644 --- a/x86test/x86test_types/Cargo.toml +++ b/x86test/x86test_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x86test-types" -version = "0.0.4" +version = "0.0.5" authors = ["Gerd Zellweger <mail@gerdzellweger.com>"] repository = "https://github.com/gz/rust-x86" @@ -15,4 +15,4 @@ Common types for x86test runnter and the x86test procedural macro. """ [dependencies] -x86 = "0.45" #{path = "../.."} +x86 = "0.47" #{path = "../.."} |