Skip to content

Commit

Permalink
[Bugfix] Remove Keywords from Cargo.toml (#172)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* Update CHANGELOG.rst
  • Loading branch information
kevinmatthes authored May 20, 2023
1 parent e28229b commit 777a1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,6 @@ Added

- tests/traits/colour_message.rs: creation

- Cargo.toml: project keyword ``cff``

- Cargo.toml: project keyword ``cffref``

- Cargo.toml: project keyword ``cff-reference``

- Cargo.toml: project keyword ``citation-file-format``

- CITATION.cff: project keyword ``cff``
Expand Down Expand Up @@ -234,6 +228,8 @@ Fixed
Removed
.......

- Cargo.toml: project keyword ``cffreference``

- PatternIOProcessor::process

- PatternReader::read_bytes
Expand Down
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ homepage = "https://github.com/kevinmatthes/aeruginous-rs"
include = ["/src"]
keywords = [
"aeruginous",
"cff",
"cffref",
"cffreference",
"cff-reference",
"citation-file-format",
"rs2md",
"uncrlf"
Expand Down

0 comments on commit 777a1ea

Please sign in to comment.