Skip to content

Commit

Permalink
Bump heapsize to at least 0.4.1 (relicensed)
Browse files Browse the repository at this point in the history
Heapsize was released as `0.4.1` to reflect the license change. (servo/heapsize#85).

Fixes servo#317.
  • Loading branch information
theduke authored Jul 15, 2017
1 parent 8983fd9 commit c05b978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ heap_size = ["heapsize"]

[dependencies]
encoding = {version = "0.2", optional = true}
heapsize = {version = ">=0.1.1, <0.5", optional = true}
heapsize = {version = ">=0.4.1, <0.5", optional = true}
idna = { version = "0.1.0", path = "./idna" }
matches = "0.1"
percent-encoding = { version = "1.0.0", path = "./percent_encoding" }
Expand Down

0 comments on commit c05b978

Please sign in to comment.