Release selectors 0.24.0 and servo_arc 0.2.0

This commit is contained in:
Delan Azabani 2023-02-15 14:07:12 +08:00
parent 42b62296b6
commit 6ee10ca762
3 changed files with 5 additions and 5 deletions

View file

@ -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 }