mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
Update PyO3
This commit is contained in:
parent
a1e4336f70
commit
cdbcdf260a
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ log = "0.4.16"
|
||||||
num-complex = "0.4.0"
|
num-complex = "0.4.0"
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
pyo3 = { version = "0.19.0" }
|
pyo3 = { version = "0.19.2" }
|
||||||
malachite-bigint = { version = "0.1.0" }
|
malachite-bigint = { version = "0.1.0" }
|
||||||
memchr = "2.5.0"
|
memchr = "2.5.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "0.0.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[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
|
# This feature is experimental
|
||||||
# It reimplements AST types, but currently both slower than python AST types and limited to use in other API
|
# It reimplements AST types, but currently both slower than python AST types and limited to use in other API
|
||||||
wrapper = []
|
wrapper = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue