mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5532,7 +5532,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "selectors"
|
name = "selectors"
|
||||||
version = "0.23.0"
|
version = "0.24.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"cssparser",
|
"cssparser",
|
||||||
|
@ -5860,7 +5860,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "servo_arc"
|
name = "servo_arc"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"nodrop",
|
"nodrop",
|
||||||
"serde",
|
"serde",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "selectors"
|
name = "selectors"
|
||||||
version = "0.23.0"
|
version = "0.24.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"
|
||||||
|
@ -26,7 +26,7 @@ fxhash = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
phf = "0.8"
|
phf = "0.8"
|
||||||
precomputed-hash = "0.1"
|
precomputed-hash = "0.1"
|
||||||
servo_arc = { version = "0.1", path = "../servo_arc" }
|
servo_arc = { version = "0.2", path = "../servo_arc" }
|
||||||
smallvec = "1.0"
|
smallvec = "1.0"
|
||||||
to_shmem = { path = "../to_shmem", optional = true }
|
to_shmem = { path = "../to_shmem", optional = true }
|
||||||
to_shmem_derive = { path = "../to_shmem_derive", optional = true }
|
to_shmem_derive = { path = "../to_shmem_derive", optional = true }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "servo_arc"
|
name = "servo_arc"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
authors = ["The Servo Project Developers"]
|
authors = ["The Servo Project Developers"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/servo/servo"
|
repository = "https://github.com/servo/servo"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue