From 8f4c5667c1156b38b70237f6dcc77ff0bebfd68c Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 9 Feb 2016 03:04:35 +0530 Subject: [PATCH] Bump to 0.5 The recent change (#193) was a breaking change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69af459d..b1ecfabc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.4.2" +version = "0.5.0" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever"