Update html-diff-rs version

This commit is contained in:
Guillaume Gomez 2017-09-02 00:16:55 +02:00
parent f861b6ee46
commit 7befbbc020
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ path = "lib.rs"
env_logger = { version = "0.4", default-features = false }
log = "0.3"
pulldown-cmark = { version = "0.0.14", default-features = false }
html-diff = "0.0.3"
html-diff = "0.0.4"
[build-dependencies]
build_helper = { path = "../build_helper" }