mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Upgrade Stylo to 2025-03-01 (#35925)
Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
8034216d06
commit
d57dbb4d47
3 changed files with 21 additions and 24 deletions
27
Cargo.lock
generated
27
Cargo.lock
generated
|
@ -4557,7 +4557,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "malloc_size_of"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"app_units",
|
||||
"cssparser",
|
||||
|
@ -6577,7 +6577,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "selectors"
|
||||
version = "0.26.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"cssparser",
|
||||
|
@ -6862,7 +6862,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "servo_arc"
|
||||
version = "0.4.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"stable_deref_trait",
|
||||
|
@ -7294,7 +7294,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "style"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"app_units",
|
||||
"arrayvec",
|
||||
|
@ -7352,7 +7352,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "style_derive"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"proc-macro2",
|
||||
|
@ -7382,7 +7382,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "style_traits"
|
||||
version = "0.0.1"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"app_units",
|
||||
"bitflags 2.9.0",
|
||||
|
@ -7404,7 +7404,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "stylo_atoms"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"string_cache",
|
||||
"string_cache_codegen",
|
||||
|
@ -7413,15 +7413,12 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "stylo_config"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
]
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
|
||||
[[package]]
|
||||
name = "stylo_dom"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"bitflags 2.9.0",
|
||||
"malloc_size_of",
|
||||
|
@ -7430,7 +7427,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "stylo_static_prefs"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
|
||||
[[package]]
|
||||
name = "subtle"
|
||||
|
@ -7797,7 +7794,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "to_shmem"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"cssparser",
|
||||
"servo_arc",
|
||||
|
@ -7810,7 +7807,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "to_shmem_derive"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-01#940d249bcda147836d8b304c8e569a38107b4b4d"
|
||||
source = "git+https://github.com/servo/stylo?branch=2025-03-12#9f79a70177b83ead3b990d63de55fbd715cbf71a"
|
||||
dependencies = [
|
||||
"darling",
|
||||
"proc-macro2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue