mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Bump WASM npm version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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)",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user