From 7f70ad93561b9f6dddb42ba11f3ea45a0bce7b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 4 Jun 2023 12:03:35 +0200 Subject: [PATCH] Bump version for the nesting fixes. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76deaf18..a0dc9a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cssparser" -version = "0.31.0" +version = "0.31.1" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3"