Skip to content

Commit 5c73f63

Browse files
committed
0.3.1
1 parent 37a1190 commit 5c73f63

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Cargo.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ members = [
1515
]
1616

1717
[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" }
2424

2525
anyhow = "1.0.45"
2626
bitflags = "2.4.0"
@@ -32,7 +32,6 @@ log = "0.4.16"
3232
num-complex = "0.4.0"
3333
num-bigint = "0.4.3"
3434
num-traits = "0.2"
35-
pyo3 = { version = "0.19.2" }
3635
malachite-bigint = "0.2.0"
3736
memchr = "2.5.0"
3837
rand = "0.8.5"

0 commit comments

Comments
 (0)