From 73f65f7800917c92f86134eaa21751c1ca93d986 Mon Sep 17 00:00:00 2001 From: jasonwilliams Date: Thu, 2 Jul 2020 21:03:22 +0100 Subject: [PATCH] 0.9.0 --- Cargo.lock | 6 +++--- boa/Cargo.toml | 2 +- boa_cli/Cargo.toml | 2 +- boa_wasm/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e0ff93fbc..36214179c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,7 +2,7 @@ # It is not intended for manual editing. [[package]] name = "Boa" -version = "0.8.0" +version = "0.9.0" dependencies = [ "bitflags", "criterion", @@ -63,7 +63,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "boa_cli" -version = "0.8.0" +version = "0.9.0" dependencies = [ "Boa", "jemallocator", @@ -73,7 +73,7 @@ dependencies = [ [[package]] name = "boa_wasm" -version = "0.8.0" +version = "0.9.0" dependencies = [ "Boa", "wasm-bindgen", diff --git a/boa/Cargo.toml b/boa/Cargo.toml index 86612618f6..ecf5b94c03 100644 --- a/boa/Cargo.toml +++ b/boa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "Boa" -version = "0.8.0" +version = "0.9.0" 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." repository = "https://github.com/boa-dev/boa" diff --git a/boa_cli/Cargo.toml b/boa_cli/Cargo.toml index 04604c3805..dbe363730f 100644 --- a/boa_cli/Cargo.toml +++ b/boa_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boa_cli" -version = "0.8.0" +version = "0.9.0" authors = ["razican "] description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." repository = "https://github.com/boa-dev/boa" diff --git a/boa_wasm/Cargo.toml b/boa_wasm/Cargo.toml index 841d92aebd..a851e8f46e 100644 --- a/boa_wasm/Cargo.toml +++ b/boa_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "boa_wasm" -version = "0.8.0" +version = "0.9.0" 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." repository = "https://github.com/boa-dev/boa"