Skip to content

Commit

Permalink
Merge pull request #117 from youknowone/0.3.1
Browse files Browse the repository at this point in the history
Release 0.3.1 + remove ast-pyo3 from repository
  • Loading branch information
youknowone authored Apr 6, 2024
2 parents 9ce55ae + 5c73f63 commit a95045b
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 14,663 deletions.
14 changes: 6 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@ include = ["LICENSE", "Cargo.toml", "src/**/*.rs"]
resolver = "2"
members = [
"ast", "core", "format", "literal", "parser", "vendored",
"ast-pyo3",
]

[workspace.dependencies]
rustpython-parser-vendored = { path = "vendored", version = "0.3.0" }
rustpython-ast = { path = "ast", default-features = false, version = "0.3.0" }
rustpython-parser-core = { path = "core", features = [], version = "0.3.0" }
rustpython-literal = { path = "literal", version = "0.3.0" }
rustpython-format = { path = "format", default-features = false, version = "0.3.0" }
rustpython-parser = { path = "parser", default-features = false, version = "0.3.0" }
rustpython-parser-vendored = { path = "vendored", version = "0.3.1" }
rustpython-ast = { path = "ast", default-features = false, version = "0.3.1" }
rustpython-parser-core = { path = "core", features = [], version = "0.3.1" }
rustpython-literal = { path = "literal", version = "0.3.1" }
rustpython-format = { path = "format", default-features = false, version = "0.3.1" }
rustpython-parser = { path = "parser", default-features = false, version = "0.3.1" }

anyhow = "1.0.45"
bitflags = "2.4.0"
Expand All @@ -33,7 +32,6 @@ log = "0.4.16"
num-complex = "0.4.0"
num-bigint = "0.4.3"
num-traits = "0.2"
pyo3 = { version = "0.19.2" }
malachite-bigint = "0.2.0"
memchr = "2.5.0"
rand = "0.8.5"
Expand Down
72 changes: 0 additions & 72 deletions ast-pyo3/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions ast-pyo3/Cargo.toml

This file was deleted.

15 changes: 0 additions & 15 deletions ast-pyo3/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions ast-pyo3/rustpython_ast/__init__.py

This file was deleted.

Loading

0 comments on commit a95045b

Please sign in to comment.