Skip to content

Commit 3405900

Browse files
authored
Bump web_atoms to 0.2, 5evers to 0.36.1 (#691)
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent 494ca07 commit 3405900

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

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

1212
[workspace.package]
13-
version = "0.36.0"
13+
version = "0.36.1"
1414
license = "MIT OR Apache-2.0"
1515
authors = [ "The html5ever Project Developers" ]
1616
repository = "https://github.com/servo/html5ever"
@@ -20,10 +20,10 @@ rust-version = "1.71.0"
2020
[workspace.dependencies]
2121
# Repo dependencies
2222
tendril = { version = "0.4.3", path = "tendril" }
23-
web_atoms = { version = "0.1", path = "web_atoms" }
24-
markup5ever = { version = "0.36.0", path = "markup5ever" }
25-
xml5ever = { version = "0.36.0", path = "xml5ever" }
26-
html5ever = { version = "0.36.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
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.4"
3+
version = "0.2.0"
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)