From 7fdf122e97e8a8d67f83a684eedc31f7cd004b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 20 Nov 2017 11:25:48 +0100 Subject: [PATCH] Breaking version bump to account for #203. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a36693d2..cd88aa4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cssparser" -version = "0.22.1" +version = "0.23.0" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3"