diff options
author | bors-servo <infra@servo.org> | 2023-02-20 16:53:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 16:53:35 +0100 |
commit | fbe102fe6ceb031664e31a19e45cdb27686085fc (patch) | |
tree | 0d4c00875f02e1f450651569796767da14493dc7 /components/servo_arc | |
parent | 869898c5af6fb3461e5e3c4086dd756003038bfd (diff) | |
parent | e82d7868d999d84f6d59719e4c397e5252aecb85 (diff) | |
download | servo-fbe102fe6ceb031664e31a19e45cdb27686085fc.tar.gz servo-fbe102fe6ceb031664e31a19e45cdb27686085fc.zip |
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
Diffstat (limited to 'components/servo_arc')
-rw-r--r-- | components/servo_arc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo_arc/Cargo.toml b/components/servo_arc/Cargo.toml index f2de2d13606..34f27619bcb 100644 --- a/components/servo_arc/Cargo.toml +++ b/components/servo_arc/Cargo.toml @@ -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" |