You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-encoding/encoding-0.2.33-fix-metadat...

27 lines
697 B

--- encoding-0.2.33/Cargo.toml 2016-08-28T18:53:46+02:00
+++ encoding-0.2.33/Cargo.toml 2017-11-13T18:16:28.129620+01:00
@@ -24,23 +24,18 @@
[dependencies.encoding-index-singlebyte]
version = "~1.20141219.5"
-path = "src/index/singlebyte"
[dependencies.encoding-index-korean]
version = "~1.20141219.5"
-path = "src/index/korean"
[dependencies.encoding-index-japanese]
version = "~1.20141219.5"
-path = "src/index/japanese"
[dependencies.encoding-index-simpchinese]
version = "~1.20141219.5"
-path = "src/index/simpchinese"
[dependencies.encoding-index-tradchinese]
version = "~1.20141219.5"
-path = "src/index/tradchinese"
[dev-dependencies]
getopts = "0.2" # for examples