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.
x86_64
1 parent 6f2d5b5 commit 1d3a8afCopy full SHA for 1d3a8af
Cargo.toml
@@ -9,11 +9,11 @@ edition = "2018"
9
10
[dependencies]
11
bitflags = "1.1.0"
12
-x86_64 = { version = "0.11.0", default-features = false }
+x86_64 = { version = "0.12.1", default-features = false, features = ["instructions"] }
13
14
[features]
15
-default = [ "nightly" ]
16
-stable = [ "x86_64/stable" ]
+default = [ "x86_64/default" ]
+stable = [ "x86_64/external_asm" ]
17
nightly = [ "x86_64/nightly" ]
18
19
[package.metadata.release]
Changelog.md
@@ -1,5 +1,7 @@
1
# Unreleased
2
3
+- Update `x86_64` dependency to version `0.12.1`
4
+
5
# 0.2.7
6
7
- Update `x86_64` dependency to version `0.11.0`
0 commit comments