@@ -9,20 +9,13 @@ 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"
24
17
repository = " https://github.com/rust-osdev/x86_64"
25
- version = " 0.14.9 "
18
+ version = " 0.14.10 "
26
19
edition = " 2018"
27
20
rust-version = " 1.57" # Needed to support panic! in const fns
28
21
@@ -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 = []
@@ -46,11 +39,11 @@ external_asm = []
46
39
inline_asm = []
47
40
48
41
[package .metadata .release ]
49
- no- dev-version = true
42
+ dev-version = false
50
43
pre-release-replacements = [
51
- { file = " Changelog.md" , search = " # Unreleased" , replace = " # Unreleased\n\n # {{version}} – {{date}}" , exactly = 1 },
44
+ { file = " Changelog.md" , search = " # Unreleased" , replace = " # Unreleased\n\n # {{version}} – {{date}}" , exactly = 1 },
52
45
]
53
46
pre-release-commit-message = " Bump version to {{version}}"
54
- disable- push = true
55
- disable- publish = true
56
- disable- tag = true
47
+ push = false
48
+ publish = false
49
+ tag = false
0 commit comments