Browse Source

bumping cargo

pull/5/head
Jason Williams 6 years ago
parent
commit
ee01214423
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock generated

@ -1,6 +1,6 @@
[[package]]
name = "Boa"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"gc 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"gc_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",

2
Cargo.toml

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