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