Fix Cargo.toml versions

This commit is contained in:
coolreader18
2019-03-05 17:27:56 -06:00
parent 6ba25ef1c8
commit b5248fbd82
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -730,7 +730,7 @@ dependencies = [
[[package]]
name = "rustpython"
version = "0.0.1-pre-alpha.1"
version = "0.0.1"
dependencies = [
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -781,7 +781,7 @@ dependencies = [
[[package]]
name = "rustpython_wasm"
version = "0.1.0"
version = "0.1.0-pre-alpha.1"
dependencies = [
"cfg-if 0.1.3 (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"
version = "0.0.1-pre-alpha.1"
version = "0.0.1"
authors = ["Windel Bouwman", "Shing Lyu <shing.lyu@gmail.com>"]
edition = "2018"

View File

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