Skip to content

Commit 494ca07

Browse files
authored
Bump versions (#690)
Bumps html5ever, markup5ever and xml5everf to 0.36.0. Bumps web_atoms to 0.1.4. Signed-off-by: Oriol Brufau <[email protected]>
1 parent ec5590e commit 494ca07

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.35.0"
13+
version = "0.36.0"
1414
license = "MIT OR Apache-2.0"
1515
authors = [ "The html5ever Project Developers" ]
1616
repository = "https://github.com/servo/html5ever"
@@ -21,9 +21,9 @@ rust-version = "1.71.0"
2121
# Repo dependencies
2222
tendril = { version = "0.4.3", path = "tendril" }
2323
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" }
24+
markup5ever = { version = "0.36.0", path = "markup5ever" }
25+
xml5ever = { version = "0.36.0", path = "xml5ever" }
26+
html5ever = { version = "0.36.0", path = "html5ever" }
2727

2828
# External dependencies
2929
encoding = "0.2"

web_atoms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "web_atoms"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

0 commit comments

Comments
 (0)