From e54b8afd2ccb542683a0aee81de3fed1c4afd803 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Fri, 8 Jun 2018 14:13:53 -0500 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb7464a93..ed6097157 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.7.1" +version = "0.8.0" authors = ["The Servo Project Developers"] build = "build.rs" license = "MPL-2.0"