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:
Pat Hickey
2020-02-28 13:12:58 -07:00
committed by GitHub
parent 1d6e0f8d54
commit 974f5617e0
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule "crates/WASI"]
path = crates/WASI
url = https://github.com/webassembly/wasi.git

Submodule crates/WASI deleted from 19ad34a27e

View File

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