File tree 6 files changed +12
-12
lines changed 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
[workspace .package ]
2
- version = " 0.2 .0"
2
+ version = " 0.3 .0"
3
3
authors = [" RustPython Team" ]
4
4
edition = " 2021"
5
5
rust-version = " 1.67.1"
@@ -16,12 +16,12 @@ members = [
16
16
]
17
17
18
18
[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 " }
25
25
26
26
ahash = " 0.7.6"
27
27
anyhow = " 1.0.45"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustpython-ast"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
description = " AST definitions for RustPython"
5
5
authors = [" RustPython Team" ]
6
6
edition = " 2021"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustpython-parser-core"
3
3
description = " RustPython parser data types."
4
- version = " 0.2 .0"
4
+ version = " 0.3 .0"
5
5
authors = [" RustPython Team" ]
6
6
edition = " 2021"
7
7
repository = " https://github.com/RustPython/Parser/"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustpython-format"
3
3
edition = " 2021"
4
- version = " 0.2 .0"
4
+ version = " 0.3 .0"
5
5
description = " Format helpers for RustPython"
6
6
authors = [" RustPython Team" ]
7
7
repository = " https://github.com/RustPython/Parser/"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustpython-literal"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
description = " Common literal handling utilities mostly useful for unparse and repr."
5
5
authors = [" RustPython Team" ]
6
6
edition = " 2021"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rustpython-parser"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
description = " Parser for python code."
5
5
authors = [" RustPython Team" ]
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments