Browse Source

0.9.0

pull/538/head v0.9.0
jasonwilliams 4 years ago
parent
commit
73f65f7800
  1. 6
      Cargo.lock
  2. 2
      boa/Cargo.toml
  3. 2
      boa_cli/Cargo.toml
  4. 2
      boa_wasm/Cargo.toml

6
Cargo.lock generated

@ -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",

2
boa/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "Boa"
version = "0.8.0"
version = "0.9.0"
authors = ["Jason Williams <jase.williams@gmail.com>"]
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"

2
boa_cli/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "boa_cli"
version = "0.8.0"
version = "0.9.0"
authors = ["razican <iban.eguia@cern.ch>"]
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"

2
boa_wasm/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "boa_wasm"
version = "0.8.0"
version = "0.9.0"
authors = ["Jason Williams <jase.williams@gmail.com>"]
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"

Loading…
Cancel
Save