Skip to content

Commit 3f22949

Browse files
committed
Only enable the x86_64/inline_asm feature instead of the full x86_64/nightly feature
To prevent breakage because of breakage in other features.
1 parent 1f1bfa7 commit 3f22949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ x86_64 = { version = "0.14.0", default-features = false, features = ["instructio
1414
[features]
1515
default = [ "nightly" ]
1616
stable = [ "x86_64/external_asm" ]
17-
nightly = [ "x86_64/nightly" ]
17+
nightly = [ "x86_64/inline_asm" ]
1818

1919
[package.metadata.release]
2020
no-dev-version = true

0 commit comments

Comments
 (0)