Browse Source

v0.7.0

pull/316/head v0.7.0
Jason Williams 5 years ago
parent
commit
5885e1bca3
  1. 2
      boa/Cargo.toml
  2. 2
      boa_cli/Cargo.toml

2
boa/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "Boa"
version = "0.6.0"
version = "0.7.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/jasonwilliams/boa"

2
boa_cli/Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "boa_cli"
version = "0.6.0"
version = "0.7.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/jasonwilliams/boa"

Loading…
Cancel
Save