diff options
-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 f165463..931dbdf 100644 --- a/x86test/x86test_types/Cargo.toml +++ b/x86test/x86test_types/Cargo.toml @@ -15,4 +15,4 @@ Common types for x86test runnter and the x86test procedural macro. """ [dependencies] -x86 = {path = "../.."} +x86 = "0.45" #{path = "../.."} |