Use local version for unpublished Cargo projects

This commit is contained in:
Wilson Lin 2020-07-11 23:25:36 +10:00
commit 0579fccfb1
17 changed files with 73 additions and 54 deletions

View file

@ -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"]