Use local version for unpublished Cargo projects
This commit is contained in:
parent
a15c0e76f9
commit
0579fccfb1
17 changed files with 73 additions and 54 deletions
|
|
@ -10,7 +10,7 @@ name = "hyperbuild_python_lib"
|
|||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
hyperbuild = "0.2.3"
|
||||
hyperbuild = { path = "..", features = ["js-esbuild"] }
|
||||
[dependencies.pyo3]
|
||||
version = "0.11.1"
|
||||
features = ["extension-module"]
|
||||
|
|
|
|||
Reference in a new issue