From df6bc9b41ebde12db9a56391792b76225622f6bb Mon Sep 17 00:00:00 2001 From: kennytm Date: Wed, 27 Sep 2017 22:16:37 +0800 Subject: [PATCH] Update kuchiki to 0.6 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d12af69..eb5c1dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,8 @@ license = "MIT" categories = ["html", "diff"] [dependencies] -kuchiki = "0.5.1" +kuchiki = "0.6" [[bin]] name = "html_diff" +path = "src/main.rs"