mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Bump selectors
Releasing this will help updating dependencies in crates that depend on selectors.
This commit is contained in:
parent
3cd1121a7d
commit
20a3a09b54
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -5320,7 +5320,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "selectors"
|
name = "selectors"
|
||||||
version = "0.22.0"
|
version = "0.23.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"cssparser",
|
"cssparser",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "selectors"
|
name = "selectors"
|
||||||
version = "0.22.0"
|
version = "0.23.0"
|
||||||
authors = ["The Servo Project Developers"]
|
authors = ["The Servo Project Developers"]
|
||||||
documentation = "https://docs.rs/selectors/"
|
documentation = "https://docs.rs/selectors/"
|
||||||
description = "CSS Selectors matching for Rust"
|
description = "CSS Selectors matching for Rust"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue