mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Issue #10491 add HTMLInputElement attributes that reflect content identically
it uses a new version of string-cache https://github.com/servo/string-cache/pull/148
This commit is contained in:
parent
bc2237ea2b
commit
9b8f183cba
24 changed files with 138 additions and 1400 deletions
|
@ -44,7 +44,7 @@ rustc-serialize = "0.3"
|
|||
serde = "0.7"
|
||||
serde_macros = "0.7"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.11", features = ["heap_size"]}
|
||||
string_cache = {version = "0.2.12", features = ["heap_size"]}
|
||||
url = {version = "0.5.7", features = ["heap_size", "serde_serialization"]}
|
||||
|
||||
[target.x86_64-pc-windows-gnu.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue