Skip to content

Commit

Permalink
Auto merge of servo#242 - nox:heapsize, r=Ms2ger
Browse files Browse the repository at this point in the history
Allow heapsize 0.3

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-mozjs/242)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Feb 11, 2016
2 parents 374a660 + b4f3ded commit d88f289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "js"
version = "0.1.1"
version = "0.1.2"
authors = ["The Servo Project Developers"]

build = "build.rs"
Expand All @@ -16,5 +16,5 @@ git = "https://github.com/servo/mozjs"
libc = "0.2"
rustc-serialize = "0.3"
log = "0.3"
heapsize = "0.2"
heapsize = ">=0.2, <0.4"
num = "0.1.24"

0 comments on commit d88f289

Please sign in to comment.