Skip to content

Commit c05b978

Browse files
author
theduke
authored
Bump heapsize to at least 0.4.1 (relicensed)
Heapsize was released as `0.4.1` to reflect the license change. (servo/heapsize#85). Fixes #317.
1 parent 8983fd9 commit c05b978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ heap_size = ["heapsize"]
4141

4242
[dependencies]
4343
encoding = {version = "0.2", optional = true}
44-
heapsize = {version = ">=0.1.1, <0.5", optional = true}
44+
heapsize = {version = ">=0.4.1, <0.5", optional = true}
4545
idna = { version = "0.1.0", path = "./idna" }
4646
matches = "0.1"
4747
percent-encoding = { version = "1.0.0", path = "./percent_encoding" }

0 commit comments

Comments
 (0)