Skip to content

Commit b5248fb

Browse files
committed
Fix Cargo.toml versions
1 parent 6ba25ef commit b5248fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustpython"
3-
version = "0.0.1-pre-alpha.1"
3+
version = "0.0.1"
44
authors = ["Windel Bouwman", "Shing Lyu <[email protected]>"]
55
edition = "2018"
66

wasm/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustpython_wasm"
3-
version = "0.1.0"
3+
version = "0.1.0-pre-alpha.1"
44
authors = ["Ryan Liddle <[email protected]>"]
55
license = "MIT"
66
description = "A Python-3 (CPython >= 3.5.0) Interpreter written in Rust, compiled to WASM"

0 commit comments

Comments
 (0)