From ee012144230ae5723c7cd528b1642bc28b52fc2d Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Wed, 28 Nov 2018 23:21:53 +0000 Subject: [PATCH] bumping cargo --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5b0ebee39..4cb6ea307d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [[package]] name = "Boa" -version = "0.1.4" +version = "0.1.5" dependencies = [ "gc 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "gc_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1c1577d72b..0d71706d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Boa" -version = "0.1.4" +version = "0.1.5" authors = ["Jason Williams "] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." homepage = "https://github.com/jasonwilliams/boa"