Skip to content

Commit 7c9854e

Browse files
author
bors-servo
authored
Auto merge of #267 - servo:bump-smallvec, r=emilio
Bump smallvec to 1.0, release new minor version (0.27.2) r? @SimonSapin
2 parents ef8162e + efc1b25 commit 7c9854e

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 <[email protected]>" ]
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)