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

@ -6,7 +6,7 @@ authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2018"
[dependencies]
hyperbuild = "0.2.3"
hyperbuild = { path = "..", features = ["js-esbuild"] }
jni = "0.14.0"
[lib]