mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-05 01:51:10 +00:00
Bump crate versions
This commit is contained in:
parent
18c243854e
commit
a29fb0de12
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rustpython-compiler"
|
name = "rustpython-compiler"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "Compiler for python code into bytecode for the rustpython VM."
|
description = "Compiler for python code into bytecode for the rustpython VM."
|
||||||
authors = ["RustPython Team"]
|
authors = ["RustPython Team"]
|
||||||
repository = "https://github.com/RustPython/RustPython"
|
repository = "https://github.com/RustPython/RustPython"
|
||||||
|
@ -9,8 +9,8 @@ edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
rustpython-bytecode = { path = "../bytecode", version = "0.1.0" }
|
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
|
||||||
rustpython-parser = { path = "../parser", version = "0.1.0" }
|
rustpython-parser = { path = "../parser", version = "0.1.1" }
|
||||||
num-complex = { version = "0.2", features = ["serde"] }
|
num-complex = { version = "0.2", features = ["serde"] }
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
arrayvec = "0.4"
|
arrayvec = "0.4"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue