Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicGamer9523 committed Dec 16, 2023
1 parent 04465fe commit 0d51868
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions arc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ crate-type = ["cdylib", "rlib"]
package = "arc-robot-hardware"
path = "../libs/robot/hardware"

[dependencies]
[dependencies.pyo3]
#!!! Important - DO NOT ENABLE extension-module FEATURE HERE!!!
pyo3 = "0.20.0"
version = "0.20.0"
features = [
"abi3-py311" # for python 3.11
]

[features]
# instead extension-module feature for pyo3 is enabled conditionally
Expand Down

0 comments on commit 0d51868

Please sign in to comment.