Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPlease release selectors crate #24574
Comments
|
Paging @emilio. I forget whether mozilla-central or servo is considered the source of truth these days. |
|
Shouldn't really matter, both should be almost in sync, if not fully in sync. But I could do a sync and then report back. |
|
Could we please have a new release of the selectors crate so that we can use/avoid clashes with the new cssparser version? |
|
selectors has been updated in Servo: #25330 This just needs to be published to crates.io now. |
|
Ah, there's another gotcha.
I'll release a version with the servo_arc / to_shmem bits stripped off, and tag it somewhere on the repo. |
|
Published v.0.22.0: https://github.com/emilio/servo/releases/tag/selectors-v0.22.0 @jdm / @SimonSapin I no longer have the right to push tags to the repo it seems, mind pushing that for me (or restoring my push access I guess? I think I used to have it) Sorry this took so long :( |
|
You should now have the access that allows pushing tags. |
|
Thank you!!! This is now being used in librsvg master. |
Could we please have a new release of the selectors crate? I could really use the fix for #22972 in librsvg😃