Skip to content

Commit

Permalink
remove authors field from cargo.toml
Browse files Browse the repository at this point in the history
use of this field is discouraged at this point https://rust-lang.github.io/rfcs/3052-optional-authors-field.html
  • Loading branch information
folkertdev committed Dec 11, 2024
1 parent 5421d13 commit 51bdb7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
edition = "2021"
name = "bzip2"
version = "0.5.0"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["bzip", "encoding"]
Expand Down

0 comments on commit 51bdb7c

Please sign in to comment.