Browse Source

0.3.0

pull/86/head v0.2.1
Jason Williams 5 years ago
parent
commit
c23a7b1f4a
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock generated

@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "Boa"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "Boa"
version = "0.2.1"
version = "0.3.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."
homepage = "https://github.com/jasonwilliams/boa"

Loading…
Cancel
Save