diff options
| author | 2022-01-25 09:21:28 -0800 | |
|---|---|---|
| committer | 2022-01-25 09:21:28 -0800 | |
| commit | b80a8688d7ec87f946c9ae8a812043ff3b92df61 (patch) | |
| tree | 3e23851d7ff6aad5d3dc2cd5f3b612f86c9e4138 /x86test | |
| parent | cae360faee595c39766ad738105e29f073a957b9 (diff) | |
| download | rust-x86-b80a8688d7ec87f946c9ae8a812043ff3b92df61.tar.gz rust-x86-b80a8688d7ec87f946c9ae8a812043ff3b92df61.tar.zst rust-x86-b80a8688d7ec87f946c9ae8a812043ff3b92df61.zip | |
Fix version.
Diffstat (limited to 'x86test')
| -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 = "../.."} |
