Let's see if a path dependency fixes #34.
This commit is contained in:
parent
56eb23ccbe
commit
669cc56275
|
@ -34,9 +34,11 @@ abort_on_panic = "1.0"
|
|||
# indicate which python ffi you are trying to bind to.
|
||||
[dependencies.python27-sys]
|
||||
optional = true
|
||||
path = "python27-sys"
|
||||
|
||||
[dependencies.python3-sys]
|
||||
optional = true
|
||||
path = "python3-sys"
|
||||
|
||||
[features]
|
||||
default = ["python3-sys"]
|
||||
|
|
Loading…
Reference in a new issue