Skip to content

Commit a95045b

Browse files
authored
Merge pull request #117 from youknowone/0.3.1
Release 0.3.1 + remove ast-pyo3 from repository
2 parents 9ce55ae + 5c73f63 commit a95045b

12 files changed

+6
-14663
lines changed

Cargo.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@ include = ["LICENSE", "Cargo.toml", "src/**/*.rs"]
1212
resolver = "2"
1313
members = [
1414
"ast", "core", "format", "literal", "parser", "vendored",
15-
"ast-pyo3",
1615
]
1716

1817
[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" }
2524

2625
anyhow = "1.0.45"
2726
bitflags = "2.4.0"
@@ -33,7 +32,6 @@ log = "0.4.16"
3332
num-complex = "0.4.0"
3433
num-bigint = "0.4.3"
3534
num-traits = "0.2"
36-
pyo3 = { version = "0.19.2" }
3735
malachite-bigint = "0.2.0"
3836
memchr = "2.5.0"
3937
rand = "0.8.5"

ast-pyo3/.gitignore

Lines changed: 0 additions & 72 deletions
This file was deleted.

ast-pyo3/Cargo.toml

Lines changed: 0 additions & 24 deletions
This file was deleted.

ast-pyo3/pyproject.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

ast-pyo3/rustpython_ast/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)