@@ -12,16 +12,15 @@ include = ["LICENSE", "Cargo.toml", "src/**/*.rs"]
12
12
resolver = " 2"
13
13
members = [
14
14
" ast" , " core" , " format" , " literal" , " parser" , " vendored" ,
15
- " ast-pyo3" ,
16
15
]
17
16
18
17
[workspace .dependencies ]
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" , default-features = false , version = " 0.3.0 " }
24
- rustpython-parser = { path = " parser" , default-features = false , version = " 0.3.0 " }
18
+ rustpython-parser-vendored = { path = " vendored" , version = " 0.3.1 " }
19
+ rustpython-ast = { path = " ast" , default-features = false , version = " 0.3.1 " }
20
+ rustpython-parser-core = { path = " core" , features = [], version = " 0.3.1 " }
21
+ rustpython-literal = { path = " literal" , version = " 0.3.1 " }
22
+ rustpython-format = { path = " format" , default-features = false , version = " 0.3.1 " }
23
+ rustpython-parser = { path = " parser" , default-features = false , version = " 0.3.1 " }
25
24
26
25
anyhow = " 1.0.45"
27
26
bitflags = " 2.4.0"
@@ -33,7 +32,6 @@ log = "0.4.16"
33
32
num-complex = " 0.4.0"
34
33
num-bigint = " 0.4.3"
35
34
num-traits = " 0.2"
36
- pyo3 = { version = " 0.19.2" }
37
35
malachite-bigint = " 0.2.0"
38
36
memchr = " 2.5.0"
39
37
rand = " 0.8.5"
0 commit comments