Bump WASM npm version

This commit is contained in:
coolreader18
2019-04-21 11:30:40 -05:00
parent 0478358fd9
commit 801c864645
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -853,7 +853,7 @@ dependencies = [
[[package]]
name = "rustpython_wasm"
version = "0.1.0-pre-alpha.1"
version = "0.1.0-pre-alpha.2"
dependencies = [
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@@ -1,6 +1,6 @@
[package]
name = "rustpython_wasm"
version = "0.1.0-pre-alpha.1"
version = "0.1.0-pre-alpha.2"
authors = ["Ryan Liddle <ryan@rmliddle.com>"]
license = "MIT"
description = "A Python-3 (CPython >= 3.5.0) Interpreter written in Rust, compiled to WASM"