Skip to content

Commit 682087f

Browse files
author
bors-servo
authored
Auto merge of #208 - Eijebong:smallvec, r=jdm
Update smallvec to 0.6 and bump version <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/208) <!-- Reviewable:end -->
2 parents 6e8a5a4 + d55bbce commit 682087f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cssparser"
3-
version = "0.23.1"
3+
version = "0.23.2"
44
authors = [ "Simon Sapin <[email protected]>" ]
55

66
description = "Rust implementation of CSS Syntax Level 3"
@@ -27,7 +27,7 @@ matches = "0.1"
2727
phf = "0.7"
2828
procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"}
2929
serde = {version = "1.0", optional = true}
30-
smallvec = "0.4.3"
30+
smallvec = "0.6"
3131

3232
[build-dependencies]
3333
syn = "0.11"

0 commit comments

Comments
 (0)