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:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "crates/WASI"]
|
|
||||||
path = crates/WASI
|
|
||||||
url = https://github.com/webassembly/wasi.git
|
|
||||||
|
|||||||
Submodule crates/WASI deleted from 19ad34a27e
@@ -8,7 +8,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wiggle-runtime = { path = "../runtime" }
|
wiggle-runtime = { path = "../runtime" }
|
||||||
witx = { path = "../WASI/tools/witx" }
|
witx = "0.8.3"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
proc-macro2 = "1.0"
|
proc-macro2 = "1.0"
|
||||||
heck = "0.3"
|
heck = "0.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user