depend on witx 0.8.3, rather than a path dependency. (#27)
and delete the submodule that was providing the path dep
This commit is contained in:
@@ -8,7 +8,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
wiggle-runtime = { path = "../runtime" }
|
||||
witx = { path = "../WASI/tools/witx" }
|
||||
witx = "0.8.3"
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
heck = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user