From ea1fabc7ca5f803b79f8fa65c738888117c08eb0 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Fri, 15 Apr 2016 12:50:53 -0400 Subject: [PATCH] Bump to 0.5.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5240b5c9..cdbd3947 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.5.3" +version = "0.5.4" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever"