1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-06-05 01:16:38 +02:00

Bump textwrap version to 0.10.0

This commit is contained in:
Martin Geisler 2018-04-28 11:53:54 +02:00 committed by GitHub
parent fe0efccb3b
commit 1bb9724010
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ epub-builder = "0.3"
log = "0.3"
punkt = { version = "1.0", optional = true }
hyphenation = "0.6"
textwrap = { version = "0.9", optional = true }
textwrap = { version = "0.10", optional = true }
serde = { version = "1", optional = true }
serde_json = { version = "1", optional = true }
serde_derive = { version = "1", optional = true }