mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-27 13:54:55 +00:00
Clean up Cargo.toml and bump dependency versions (#104)
* Update PyO3 * replace unicode_names2 to official release * clean up Cargo.toml and bump dependency versions
This commit is contained in:
parent
a1e4336f70
commit
13cae0af64
8 changed files with 52 additions and 46 deletions
|
@ -1,10 +1,11 @@
|
|||
[package]
|
||||
name = "rustpython-ast-pyo3"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
edition = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[features]
|
||||
# abi3 = ["pyo3/abi3-py37"] # will be supported from next pyo3 version
|
||||
abi3 = ["pyo3/abi3-py37"] # will be supported from next pyo3 version
|
||||
# This feature is experimental
|
||||
# It reimplements AST types, but currently both slower than python AST types and limited to use in other API
|
||||
wrapper = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue