Skip to content

Commit d55bbce

Browse files
committed
Update smallvec to 0.6 and bump version
1 parent 6e8a5a4 commit d55bbce

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)