From 10c07b6f996913be2f2b86efd8d3cbc655472cc5 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Wed, 28 Nov 2018 00:02:52 +0000 Subject: [PATCH] changing boa back to Boa --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1cc18ab244..d5b0ebee39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,10 +1,5 @@ [[package]] -name = "bitflags" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" - -[[package]] -name = "boa" +name = "Boa" version = "0.1.4" dependencies = [ "gc 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -14,6 +9,11 @@ dependencies = [ "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "bitflags" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "cloudabi" version = "0.0.3" diff --git a/Cargo.toml b/Cargo.toml index 8c4a3ac2bd..81a17ec5ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "boa" +name = "Boa" version = "0.1.4" 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."