Auto merge of #25330 - emilio:selectors, r=jdm

Bump selectors.

I realized I missed doing this even though @atouchet asked me to.
This commit is contained in:
bors-servo 2019-12-18 12:12:49 -05:00 committed by GitHub
commit b49e74b1f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4640,7 +4640,7 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.21.0"
version = "0.22.0"
dependencies = [
"bitflags",
"cssparser",

View file

@ -1,7 +1,7 @@
[package]
name = "selectors"
version = "0.21.0"
version = "0.22.0"
authors = ["The Servo Project Developers"]
documentation = "https://docs.rs/selectors/"