Browse Source

0.5.1

pull/215/head v0.5.1
Jason Williams 5 years ago
parent
commit
89b1249bb2
  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.5.0"
version = "0.5.1"
dependencies = [
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",

2
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "Boa"
version = "0.5.0"
version = "0.5.1"
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