Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow heapsize 0.3 #242

Merged
merged 1 commit into from Feb 11, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Allow heapsize 0.3

  • Loading branch information
nox committed Feb 11, 2016
commit b4f3dedd230707bde2c8e5a4c171abf1200a18bc
@@ -1,7 +1,7 @@
[package]

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

build = "build.rs"
@@ -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"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.