8000 Update Cargo.toml metadata · rust-osdev/ucs2-rs@940be4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 940be4c

Browse files
Update Cargo.toml metadata
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
1 parent 9cf1dcc commit 940be4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "0.3.2"
44
authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>", "Fredrik Aleksander", "Isaac Woods"]
55
description = "UCS-2 decoding and encoding functions"
66
repository = "https://github.com/rust-osdev/ucs2-rs"
7-
readme = "README.md"
87
keywords = ["ucs2", "no-std", "encoding"]
98
categories = ["encoding", "no-std"]
109
license = "MPL-2.0"
@@ -14,7 +13,4 @@ edition = "2021"
1413
bit_field = "0.10"
1514

1615
[badges]
17-
is-it-maintained-issue-resolution = { repository = "https://github.com/GabrielMajeri/ucs2-rs" }
18-
is-it-maintained-open-issues = { repository = "https://github.com/GabrielMajeri/ucs2-rs" }
19-
2016
maintenance = { status = "passively-maintained" }

0 commit comments

Comments
 (0)
0