We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fb05a commit a307c11Copy full SHA for a307c11
Cargo.toml
@@ -9,7 +9,7 @@ edition = "2018"
9
10
[dependencies]
11
bitflags = "1.1.0"
12
-x86_64 = { version = "0.12.2", default-features = false, features = ["instructions"] }
+x86_64 = { version = "0.13.2", default-features = false, features = ["instructions"] }
13
14
[features]
15
default = [ "nightly" ]
0 commit comments