Browse Source

depend on witx 0.8.3, rather than a path dependency. (#27)

and delete the submodule that was providing the path dep
pull/1278/head
Pat Hickey 5 years ago
committed by GitHub
parent
commit
974f5617e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitmodules
  2. 1
      crates/WASI
  3. 2
      crates/generate/Cargo.toml

3
.gitmodules

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

1
crates/WASI

@ -1 +0,0 @@
Subproject commit 19ad34a27ebcfa90c56afe0e4af6ad9fc33d3f41

2
crates/generate/Cargo.toml

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

Loading…
Cancel
Save