From 3d7203741f9a89c1ef5b0114464209284b2f7b1c Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Tue, 13 Feb 2018 12:20:41 +0100 Subject: [PATCH] Update log to 0.4 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 721132b84..93c64628c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "mozjs" description = "Rust bindings to the Mozilla SpiderMonkey JavaScript engine." repository = "https://github.com/servo/rust-mozjs" -version = "0.1.11" +version = "0.1.12" authors = ["The Servo Project Developers"] build = "build.rs" license = "MPL-2.0" @@ -45,6 +45,6 @@ promises = ['mozjs_sys/promises'] [dependencies] lazy_static = "1" libc = "0.2" -log = "0.3" +log = "0.4" num-traits = "0.1.32" mozjs_sys = "0.50.0"