From 801c8646451625c4792d32c87256d41b91c58460 Mon Sep 17 00:00:00 2001 From: coolreader18 <33094578+coolreader18@users.noreply.github.com> Date: Sun, 21 Apr 2019 11:30:40 -0500 Subject: [PATCH] Bump WASM npm version --- Cargo.lock | 2 +- wasm/lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73fd4ba76..33e9ddcfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/wasm/lib/Cargo.toml b/wasm/lib/Cargo.toml index 769455aea..cebc753a8 100644 --- a/wasm/lib/Cargo.toml +++ b/wasm/lib/Cargo.toml @@ -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 "] license = "MIT" description = "A Python-3 (CPython >= 3.5.0) Interpreter written in Rust, compiled to WASM"