From ce2ab70f12158087e2c4bc02811a86cc13b6306e Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 1 Feb 2016 22:53:59 +0100 Subject: [PATCH] Bump to 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64504e7a..f3279213 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cssparser" -version = "0.5.0" +version = "0.5.1" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3"