Bump crate versions

This commit is contained in:
Noah 2019-09-25 11:37:02 -05:00
parent 18c243854e
commit a29fb0de12

View file

@ -1,6 +1,6 @@
[package]
name = "rustpython-compiler"
version = "0.1.0"
version = "0.1.1"
description = "Compiler for python code into bytecode for the rustpython VM."
authors = ["RustPython Team"]
repository = "https://github.com/RustPython/RustPython"
@ -9,8 +9,8 @@ edition = "2018"
[dependencies]
indexmap = "1.0"
rustpython-bytecode = { path = "../bytecode", version = "0.1.0" }
rustpython-parser = { path = "../parser", version = "0.1.0" }
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
rustpython-parser = { path = "../parser", version = "0.1.1" }
num-complex = { version = "0.2", features = ["serde"] }
log = "0.3"
arrayvec = "0.4"