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-textwrap/textwrap-0.9.0-fix-metadata...

28 lines
564 B

--- textwrap-0.9.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ textwrap-0.9.0/Cargo.toml 2018-04-26T11:45:08.961928+02:00
@@ -27,21 +27,17 @@
[dependencies.unicode-width]
version = "0.1.3"
-[dependencies.hyphenation]
-version = "0.6.1"
-optional = true
-
[dependencies.term_size]
version = "0.3.0"
optional = true
[dev-dependencies.lipsum]
-version = "0.3"
+version = "0.5"
[dev-dependencies.version-sync]
-version = "0.2"
+version = "0.5"
[dev-dependencies.rand]
-version = "0.3"
+version = "0.4"
[badges.appveyor]
repository = "mgeisler/textwrap"