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

4
Cargo.lock generated
View file

@ -5532,7 +5532,7 @@ dependencies = [
[[package]]
name = "selectors"
version = "0.23.0"
version = "0.24.0"
dependencies = [
"bitflags",
"cssparser",
@ -5860,7 +5860,7 @@ dependencies = [
[[package]]
name = "servo_arc"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"nodrop",
"serde",

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 }

View file

@ -1,6 +1,6 @@
[package]
name = "servo_arc"
version = "0.1.1"
version = "0.2.0"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/servo"