We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06d67f commit 8a87047Copy full SHA for 8a87047
1 file changed
Cargo.toml
@@ -23,6 +23,6 @@ prost = { version = "0.13", default-features = false, features = ["std"] }
23
prost-derive = "0.13"
24
25
[dev-dependencies]
26
-yaxpeax-arch = { version = "0.2.7", default-features = false }
27
-yaxpeax-x86 = { version = "1.1.4", default-features = false, features = ["std", "fmt"] }
28
-yaxpeax-arm = { version = "0.2.3", default-features = false, features = ["std"] }
+yaxpeax-arch = { version = "0.3", default-features = false }
+yaxpeax-x86 = { version = "2", default-features = false, features = ["std", "fmt"] }
+yaxpeax-arm = { version = "0.3", default-features = false, features = ["std"] }
0 commit comments