From d55bbce81e07399427bae1af7c724a8cd3abebe9 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Mon, 4 Dec 2017 22:54:24 +0100 Subject: [PATCH] Update smallvec to 0.6 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c0b5bcb3..90fb5455 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cssparser" -version = "0.23.1" +version = "0.23.2" authors = [ "Simon Sapin " ] description = "Rust implementation of CSS Syntax Level 3" @@ -27,7 +27,7 @@ matches = "0.1" phf = "0.7" procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"} serde = {version = "1.0", optional = true} -smallvec = "0.4.3" +smallvec = "0.6" [build-dependencies] syn = "0.11"