Skip to content

Commit

Permalink
Update Cargo.toml metadata
Browse files Browse the repository at this point in the history
Drop readme field, cargo will pick up on README.md automatically.

Also drop is-it-maintained badges; these were removed from the manifest
format:
rust-lang/cargo@60779a0
  • Loading branch information
nicholasbishop committed Mar 17, 2024
1 parent 9cf1dcc commit 940be4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.3.2"
authors = ["Gabriel Majeri <[email protected]>", "Fredrik Aleksander", "Isaac Woods"]
description = "UCS-2 decoding and encoding functions"
repository = "https://github.com/rust-osdev/ucs2-rs"
readme = "README.md"
keywords = ["ucs2", "no-std", "encoding"]
categories = ["encoding", "no-std"]
license = "MPL-2.0"
Expand All @@ -14,7 +13,4 @@ edition = "2021"
bit_field = "0.10"

[badges]
is-it-maintained-issue-resolution = { repository = "https://github.com/GabrielMajeri/ucs2-rs" }
is-it-maintained-open-issues = { repository = "https://github.com/GabrielMajeri/ucs2-rs" }

maintenance = { status = "passively-maintained" }

0 comments on commit 940be4c

Please sign in to comment.