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 5748ddf + 95fab78 commit 0bcf057Copy full SHA for 0bcf057
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "html5ever"
4
-version = "0.5.5"
+version = "0.6.0"
5
authors = [ "The html5ever Project Developers" ]
6
license = "MIT / Apache-2.0"
7
repository = "https://github.com/servo/html5ever"
@@ -41,7 +41,7 @@ phf = "0.7"
41
string_cache = "0.2.0"
42
mac = "0"
43
tendril = "0.2.2"
44
-heapsize = { version = ">=0.1.1, <0.4", optional = true }
+heapsize = { version = "0.3", optional = true }
45
heapsize_plugin = { version = "0.1.0", optional = true }
46
47
[dev-dependencies]
0 commit comments