Skip to content

Commit e42454f

Browse files
committed
Update version in wapm.toml
1 parent f60b07a commit e42454f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wapm.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustpython"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A Python-3 (CPython >= 3.5.0) Interpreter written in Rust 🐍 😱 🤘"
55
license-file = "LICENSE"
66
readme = "README.md"
@@ -10,7 +10,7 @@ repository = "https://github.com/RustPython/RustPython"
1010
name = "rustpython"
1111
source = "target/wasm32-wasi/release/rustpython.wasm"
1212
abi = "wasi"
13-
interfaces = { wasi = "0.0.0-unstable" }
13+
# interfaces = { wasi = "0.0.1-snapshot" }
1414

1515
[[command]]
1616
name = "rustpython"

0 commit comments

Comments
 (0)