From 56cd2838c3c328512341f1319d262612d495db56 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Mon, 29 May 2017 00:48:01 +0200 Subject: [PATCH] Bump version to 0.13.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a669d6c6..0e4e3af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cssparser" -version = "0.13.5" +version = "0.13.6" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3"