Skip to content

Commit 5e29388

Browse files
author
Nate Catelli
committed
Revert autoformating of Cargo.toml
1 parent 96cf444 commit 5e29388

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

Cargo.toml

+13-6
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,15 @@ authors = [
99
]
1010
description = "Support for x86_64 specific instructions, registers, and structures."
1111
documentation = "https://docs.rs/x86_64"
12-
keywords = ["amd64", "x86", "x86_64", "no_std"]
13-
categories = ["no-std"]
12+
keywords = [
13+
"amd64",
14+
"x86",
15+
"x86_64",
16+
"no_std",
17+
]
18+
categories = [
19+
"no-std",
20+
]
1421
license = "MIT/Apache-2.0"
1522
name = "x86_64"
1623
readme = "README.md"
@@ -27,10 +34,10 @@ volatile = "0.4.4"
2734
cc = { version = "1.0.37", optional = true }
2835

2936
[features]
30-
default = ["nightly", "instructions"]
37+
default = [ "nightly", "instructions" ]
3138
instructions = []
32-
external_asm = ["cc"]
33-
nightly = ["inline_asm", "const_fn", "abi_x86_interrupt", "step_trait"]
39+
external_asm = [ "cc" ]
40+
nightly = [ "inline_asm", "const_fn", "abi_x86_interrupt", "step_trait" ]
3441
inline_asm = []
3542
abi_x86_interrupt = []
3643
const_fn = []
@@ -42,7 +49,7 @@ rustdoc-args = ["--cfg", "docsrs"]
4249
[package.metadata.release]
4350
no-dev-version = true
4451
pre-release-replacements = [
45-
{ file = "Changelog.md", search = "# Unreleased", replace = "# Unreleased\n\n# {{version}} – {{date}}", exactly = 1 },
52+
{ file="Changelog.md", search="# Unreleased", replace="# Unreleased\n\n# {{version}} – {{date}}", exactly=1 },
4653
]
4754
pre-release-commit-message = "Bump version to {{version}}"
4855
disable-push = true

0 commit comments

Comments
 (0)