diff --git a/Cargo.toml b/Cargo.toml index fefd8cb2..69af459d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "html5ever" -version = "0.4.1" +version = "0.4.2" authors = [ "The html5ever Project Developers" ] license = "MIT / Apache-2.0" repository = "https://github.com/servo/html5ever" @@ -38,7 +38,7 @@ phf = "0.7" string_cache = "0.2.0" mac = "0" tendril = "0.2" -heapsize = { version = "0.1.1", optional = true } +heapsize = { version = ">=0.1.1, <0.3", optional = true } heapsize_plugin = { version = "0.1.0", optional = true } [dev-dependencies]