mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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
23 lines
435 B
TOML
23 lines
435 B
TOML
[package]
|
|
name = "to_shmem"
|
|
version = "0.0.0"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "to_shmem"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
servo = ["cssparser/serde", "string_cache"]
|
|
gecko = []
|
|
|
|
[dependencies]
|
|
cssparser = "0.29"
|
|
servo_arc = { path = "../servo_arc" }
|
|
smallbitvec = "2.1.1"
|
|
smallvec = "1.0"
|
|
string_cache = { version = "0.8", optional = true }
|
|
thin-slice = "0.1.0"
|