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
|
|
@ -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]
|
||||
|
|
|
|||
Reference in a new issue