File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,8 @@ authors = [
9
9
]
10
10
description = " Support for x86_64 specific instructions, registers, and structures."
11
11
documentation = " https://docs.rs/x86_64"
12
- keywords = [
13
- " amd64" ,
14
- " x86" ,
15
- " x86_64" ,
16
- " no_std" ,
17
- ]
18
- categories = [
19
- " no-std" ,
20
- ]
12
+ keywords = [" amd64" , " x86" , " x86_64" , " no_std" ]
13
+ categories = [" no-std" ]
21
14
license = " MIT/Apache-2.0"
22
15
name = " x86_64"
23
16
readme = " README.md"
@@ -33,9 +26,9 @@ volatile = "0.4.4"
33
26
rustversion = " 1.0.5"
34
27
35
28
[features ]
36
- default = [ " nightly" , " instructions" ]
29
+ default = [" nightly" , " instructions" ]
37
30
instructions = []
38
- nightly = [ " const_fn" , " step_trait" , " abi_x86_interrupt" , " doc_cfg" ]
31
+ nightly = [" const_fn" , " step_trait" , " abi_x86_interrupt" , " doc_cfg" ]
39
32
abi_x86_interrupt = []
40
33
const_fn = []
41
34
step_trait = []
You can’t perform that action at this time.
0 commit comments