Skip to content

Commit 5f2bb93

Browse files
committed
Fix issue causing cargo to fail to publish
Fix issue where a missing README.md was causing cargo to fail to publish wchar-impl.
1 parent b2866a7 commit 5f2bb93

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

wchar-impl/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,8 @@ edition = "2018"
88
documentation = "https://docs.rs/wchar"
99
homepage = "https://github.com/Juici/wchar-rs"
1010
repository = "https://github.com/Juici/wchar-rs"
11-
readme = "README.md"
1211
license = "MIT"
1312

14-
keywords = ["wide", "string", "wchar", "utf16"]
15-
categories = ["text-processing"]
16-
17-
[badges]
18-
travis-ci = { repository = "Juici/wchar-rs" }
19-
maintenance = { status = "passively-maintained" }
20-
2113
[lib]
2214
proc-macro = true
2315

0 commit comments

Comments
 (0)