Skip to content

Commit efc1b25

Browse files
committed
Bump smallvec to 1.0, release new minor version (0.27.2)
1 parent 65d6c3e commit efc1b25

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.27.1"
3+
version = "0.27.2"
44
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
55

66
description = "Rust implementation of CSS Syntax Level 3"
@@ -26,7 +26,7 @@ itoa = "0.4"
2626
matches = "0.1"
2727
phf = {version = "0.8", features = ["macros"]}
2828
serde = {version = "1.0", optional = true}
29-
smallvec = "0.6"
29+
smallvec = "1.0"
3030

3131
[build-dependencies]
3232
syn = { version = "1", features = ["extra-traits", "fold", "full"] }

0 commit comments

Comments
 (0)