We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18654c3 + c25620b commit f15206aCopy full SHA for f15206a
markup5ever/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "markup5ever"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors = [ "The html5ever Project Developers" ]
5
license = "MIT / Apache-2.0"
6
repository = "https://github.com/servo/html5ever"
@@ -19,7 +19,7 @@ unstable = ["tendril/unstable"]
19
string_cache = "0.5"
20
phf = "0.7"
21
tendril = "0.3"
22
-heapsize = { version = "0.3", optional = true }
+heapsize = { version = ">= 0.3, < 0.5", optional = true }
23
heapsize_derive = { version = "0.1", optional = true }
24
25
[build-dependencies]
0 commit comments