aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Gerd Zellweger <mail@gerdzellweger.com> 2022-01-25 09:21:28 -0800
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2022-01-25 09:21:28 -0800
commitb80a8688d7ec87f946c9ae8a812043ff3b92df61 (patch)
tree3e23851d7ff6aad5d3dc2cd5f3b612f86c9e4138
parentcae360faee595c39766ad738105e29f073a957b9 (diff)
downloadrust-x86-b80a8688d7ec87f946c9ae8a812043ff3b92df61.tar.gz
rust-x86-b80a8688d7ec87f946c9ae8a812043ff3b92df61.tar.zst
rust-x86-b80a8688d7ec87f946c9ae8a812043ff3b92df61.zip
Fix version.
-rw-r--r--x86test/x86test_types/Cargo.toml2
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 = "../.."}