From efc1b25b693d0018a8445000bbe1aafc853684a2 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Thu, 21 Nov 2019 14:04:08 -0800 Subject: [PATCH] Bump smallvec to 1.0, release new minor version (0.27.2) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a59e76c..d50339be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cssparser" -version = "0.27.1" +version = "0.27.2" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3" @@ -26,7 +26,7 @@ itoa = "0.4" matches = "0.1" phf = {version = "0.8", features = ["macros"]} serde = {version = "1.0", optional = true} -smallvec = "0.6" +smallvec = "1.0" [build-dependencies] syn = { version = "1", features = ["extra-traits", "fold", "full"] }