mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Release selectors 0.24.0 and servo_arc 0.2.0
This commit is contained in:
parent
42b62296b6
commit
6ee10ca762
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "selectors"
|
||||
version = "0.23.0"
|
||||
version = "0.24.0"
|
||||
authors = ["The Servo Project Developers"]
|
||||
documentation = "https://docs.rs/selectors/"
|
||||
description = "CSS Selectors matching for Rust"
|
||||
|
@ -26,7 +26,7 @@ fxhash = "0.2"
|
|||
log = "0.4"
|
||||
phf = "0.8"
|
||||
precomputed-hash = "0.1"
|
||||
servo_arc = { version = "0.1", path = "../servo_arc" }
|
||||
servo_arc = { version = "0.2", path = "../servo_arc" }
|
||||
smallvec = "1.0"
|
||||
to_shmem = { path = "../to_shmem", optional = true }
|
||||
to_shmem_derive = { path = "../to_shmem_derive", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue