mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-28 14:25:43 +00:00
Set all versions to 0.1.0
This commit is contained in:
parent
e3ccef2504
commit
b0d270b881
1 changed files with 5 additions and 2 deletions
|
@ -1,11 +1,14 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rustpython-compiler"
|
name = "rustpython-compiler"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "Compiler for python code into bytecode for the rustpython VM."
|
||||||
authors = ["RustPython Team"]
|
authors = ["RustPython Team"]
|
||||||
|
repository = "https://github.com/RustPython/RustPython"
|
||||||
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustpython-bytecode = { path = "../bytecode" }
|
rustpython-bytecode = { path = "../bytecode", version = "0.1.0" }
|
||||||
rustpython-parser = { path = "../parser" }
|
rustpython-parser = { path = "../parser", version = "0.1.0" }
|
||||||
num-complex = { version = "0.2", features = ["serde"] }
|
num-complex = { version = "0.2", features = ["serde"] }
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue