Skip to content

Commit c478ee4

Browse files
author
bors-servo
authored
Auto merge of #381 - theduke:patch-1, r=jdm
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. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/381) <!-- Reviewable:end -->
2 parents 8983fd9 + c05b978 commit c478ee4

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)