Skip to content

Commit a8f9ed7

Browse files
committed
Fix issues causing cargo to fail to publish
Removed extra metadata from wchar-impl crate, since it isn't intended to be used by itself.
2 parents 3e8178f + 5f2bb93 commit a8f9ed7

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/target
1+
target/
22
**/*.rs.bk
33
Cargo.lock
4-
.idea

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)