File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11[workspace .package ]
2- version = " 0.2 .0"
2+ version = " 0.3 .0"
33authors = [" RustPython Team" ]
44edition = " 2021"
55rust-version = " 1.67.1"
@@ -16,12 +16,12 @@ members = [
1616]
1717
1818[workspace .dependencies ]
19- rustpython-parser-vendored = { path = " vendored" }
20- rustpython-ast = { path = " ast" , default-features = false }
21- rustpython-parser-core = { path = " core" , features = [] }
22- rustpython-literal = { path = " literal" }
23- rustpython-format = { path = " format" }
24- rustpython-parser = { path = " parser" , default-features = false }
19+ rustpython-parser-vendored = { path = " vendored" , version = " 0.3.0 " }
20+ rustpython-ast = { path = " ast" , default-features = false , version = " 0.3.0 " }
21+ rustpython-parser-core = { path = " core" , features = [], version = " 0.3.0 " }
22+ rustpython-literal = { path = " literal" , version = " 0.3.0 " }
23+ rustpython-format = { path = " format" , version = " 0.3.0 " }
24+ rustpython-parser = { path = " parser" , default-features = false , version = " 0.3.0 " }
2525
2626ahash = " 0.7.6"
2727anyhow = " 1.0.45"
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-ast"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " AST definitions for RustPython"
55authors = [" RustPython Team" ]
66edition = " 2021"
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-parser-core"
33description = " RustPython parser data types."
4- version = " 0.2 .0"
4+ version = " 0.3 .0"
55authors = [" RustPython Team" ]
66edition = " 2021"
77repository = " https://github.com/RustPython/Parser/"
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-format"
33edition = " 2021"
4- version = " 0.2 .0"
4+ version = " 0.3 .0"
55description = " Format helpers for RustPython"
66authors = [" RustPython Team" ]
77repository = " https://github.com/RustPython/Parser/"
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-literal"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " Common literal handling utilities mostly useful for unparse and repr."
55authors = [" RustPython Team" ]
66edition = " 2021"
Original file line number Diff line number Diff line change 11[package ]
22name = " rustpython-parser"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " Parser for python code."
55authors = [" RustPython Team" ]
66build = " build.rs"
You can’t perform that action at this time.
0 commit comments