File tree Expand file tree Collapse file tree 8 files changed +37
-10
lines changed Expand file tree Collapse file tree 8 files changed +37
-10
lines changed Original file line number Diff line number Diff line change 7777 - name : Install stable toolchain
7878 run : |
7979 rustup set profile minimal
80- rustup override set 1.70 .0
80+ rustup override set 1.71 .0
8181
8282 - run : cargo check --lib --all-features
8383
Original file line number Diff line number Diff line change @@ -10,20 +10,20 @@ members = [
1010]
1111
1212[workspace .package ]
13- version = " 0.35.0 "
13+ version = " 0.36.1 "
1414license = " MIT OR Apache-2.0"
1515authors = [ " The html5ever Project Developers" ]
1616repository = " https://github.com/servo/html5ever"
1717edition = " 2021"
18- rust-version = " 1.70 .0"
18+ rust-version = " 1.71 .0"
1919
2020[workspace .dependencies ]
2121# Repo dependencies
2222tendril = { version = " 0.4.3" , path = " tendril" }
23- web_atoms = { version = " 0.1 " , path = " web_atoms" }
24- markup5ever = { version = " 0.35.0 " , path = " markup5ever" }
25- xml5ever = { version = " 0.35.0 " , path = " xml5ever" }
26- html5ever = { version = " 0.35.0 " , path = " html5ever" }
23+ web_atoms = { version = " 0.2 " , path = " web_atoms" }
24+ markup5ever = { version = " 0.36.1 " , path = " markup5ever" }
25+ xml5ever = { version = " 0.36.1 " , path = " xml5ever" }
26+ html5ever = { version = " 0.36.1 " , path = " html5ever" }
2727
2828# External dependencies
2929encoding = " 0.2"
@@ -32,7 +32,7 @@ log = "0.4"
3232new_debug_unreachable = " 1.0.2"
3333phf = " 0.13"
3434phf_codegen = " 0.13"
35- string_cache = " 0.9.0"
35+ string_cache = { version = " 0.9.0" , default-features = false }
3636string_cache_codegen = " 0.6.1"
3737utf-8 = " 0.7"
3838
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ rust-version.workspace = true
1414
1515[features ]
1616trace_tokenizer = []
17+ serde = [" markup5ever/serde" ]
1718
1819[dependencies ]
1920markup5ever = { workspace = true }
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ rust-version.workspace = true
1313[lib ]
1414path = " lib.rs"
1515
16+ [features ]
17+ serde = [" web_atoms/serde" ]
18+
1619[dependencies ]
1720web_atoms = { workspace = true }
1821tendril = { workspace = true }
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ path = "lib.rs"
1616
1717[dependencies ]
1818html5ever = { workspace = true }
19- markup5ever = { workspace = true }
19+ markup5ever = { workspace = true , features = [ " serde " ] }
2020xml5ever = { workspace = true }
2121tendril = { workspace = true }
2222
Original file line number Diff line number Diff line change 11[package ]
22name = " web_atoms"
3- version = " 0.1.3 "
3+ version = " 0.2.0 "
44authors = [ " The html5ever Project Developers" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/servo/html5ever"
@@ -14,6 +14,9 @@ rust-version.workspace = true
1414[lib ]
1515path = " lib.rs"
1616
17+ [features ]
18+ serde = [" string_cache/serde_support" ]
19+
1720[dependencies ]
1821string_cache = { workspace = true }
1922phf = { workspace = true }
Original file line number Diff line number Diff line change @@ -180,6 +180,7 @@ clip-rule
180180clipPath
181181clipPathUnits
182182close
183+ closedby
183184closure
184185cn
185186code
@@ -200,6 +201,8 @@ columnlines
200201columnspacing
201202columnspan
202203columnwidth
204+ command
205+ commandfor
203206compact
204207complexes
205208compose
400403h6
401404handler
402405hanging
406+ hatch
407+ hatchContentUnits
408+ hatchUnits
409+ hatchpath
403410head
404411header
405412headers
@@ -523,6 +530,7 @@ markerUnits
523530markerWidth
524531marquee
525532mask
533+ mask-type
526534maskContentUnits
527535maskUnits
528536math
@@ -630,6 +638,7 @@ onbeforecut
630638onbeforeeditfocus
631639onbeforepaste
632640onbeforeprint
641+ onbeforetoggle
633642onbeforeunload
634643onbeforeupdate
635644onbegin
@@ -642,6 +651,7 @@ oncellchange
642651onchange
643652onclick
644653onclose
654+ oncommand
645655oncontextmenu
646656oncontrolselect
647657oncopy
@@ -779,8 +789,10 @@ picture
779789piece
780790piecewise
781791ping
792+ pitch
782793placeholder
783794plaintext
795+ playbackorder
784796plus
785797pointer-events
786798points
@@ -789,6 +801,9 @@ pointsAtY
789801pointsAtZ
790802polygon
791803polyline
804+ popover
805+ popovertarget
806+ popovertargetaction
792807poster
793808power
794809pre
@@ -903,6 +918,9 @@ sizes
903918slope
904919slot
905920small
921+ solid-color
922+ solid-opacity
923+ solidColor
906924solidcolor
907925source
908926space
@@ -986,6 +1004,7 @@ thead
9861004thickmathspace
9871005thinmathspace
9881006time
1007+ timelinebegin
9891008times
9901009title
9911010to
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ rust-version.workspace = true
1616
1717[features ]
1818trace_tokenizer = []
19+ serde = [" markup5ever/serde" ]
1920
2021[dependencies ]
2122markup5ever = { workspace = true }
You can’t perform that action at this time.
0 commit comments