change pyo3 features
This commit is contained in:
parent
1bb032dadb
commit
b20a838d06
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ argus-semantics = { version = "0.1.0", path = "../argus-semantics" }
|
||||||
derive_more = "0.99.17"
|
derive_more = "0.99.17"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
paste = "1.0.12"
|
paste = "1.0.12"
|
||||||
pyo3 = "0.19.2"
|
pyo3 = { version = "0.19.2", features = ["extension-module"] }
|
||||||
pyo3-log = "0.8.1"
|
pyo3-log = "0.8.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue