Skip to content

Commit c25620b

Browse files
committed
Allow heapsize 0.4
1 parent 18654c3 commit c25620b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markup5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup5ever"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT / Apache-2.0"
66
repository = "https://github.com/servo/html5ever"
@@ -19,7 +19,7 @@ unstable = ["tendril/unstable"]
1919
string_cache = "0.5"
2020
phf = "0.7"
2121
tendril = "0.3"
22-
heapsize = { version = "0.3", optional = true }
22+
heapsize = { version = ">= 0.3, < 0.5", optional = true }
2323
heapsize_derive = { version = "0.1", optional = true }
2424

2525
[build-dependencies]

0 commit comments

Comments
 (0)