Skip to content

Commit 720b14a

Browse files
authored
Merge pull request #11 from josephlr/master
Fix default feature breakage
2 parents ae67095 + bb218b5 commit 720b14a

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
@@ -12,7 +12,7 @@ bitflags = "1.1.0"
1212
x86_64 = { version = "0.12.2", default-features = false, features = ["instructions"] }
1313

1414
[features]
15-
default = [ "x86_64/default" ]
15+
default = [ "nightly" ]
1616
stable = [ "x86_64/external_asm" ]
1717
nightly = [ "x86_64/nightly" ]
1818

0 commit comments

Comments
 (0)