Auto merge of #29364 - delan:selectors-servo_arc, r=jdm

Release selectors 0.24.0 and servo_arc 0.2.0

This patch extends #29361, bumping selectors to 0.24.0 and servo_arc to 0.2.0.

We’ll need to publish them too, in order to close #29105.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #29105 (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because there are no functional changes
This commit is contained in:
bors-servo 2023-02-20 16:53:35 +01:00 committed by GitHub
commit fbe102fe6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 11 deletions

8
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",
@ -6632,7 +6632,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "to_shmem"
version = "0.0.1"
version = "0.0.0"
dependencies = [
"cssparser",
"servo_arc",
@ -6644,7 +6644,7 @@ dependencies = [
[[package]]
name = "to_shmem_derive"
version = "0.0.1"
version = "0.0.0"
dependencies = [
"darling",
"derive_common",