Skip to content

Commit 644cc68

Browse files
author
Nate Catelli
committed
Revert autoformating of Cargo.toml
1 parent 97f452b commit 644cc68

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

Cargo.toml

+10-3
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"
@@ -40,7 +47,7 @@ step_trait = []
4047
[package.metadata.release]
4148
no-dev-version = true
4249
pre-release-replacements = [
43-
{ file = "Changelog.md", search = "# Unreleased", replace = "# Unreleased\n\n# {{version}} – {{date}}", exactly = 1 },
50+
{ file="Changelog.md", search="# Unreleased", replace="# Unreleased\n\n# {{version}} – {{date}}", exactly=1 },
4451
]
4552
pre-release-commit-message = "Bump version to {{version}}"
4653
disable-push = true

0 commit comments

Comments
 (0)