Merge pull request #2169 from bytecodealliance/pch/fix_wasmtime_wiggle

wiggle-wasmtime: witx paths should be relative to CARGO_MANIFEST_DIR,…
This commit is contained in:
Pat Hickey
2020-08-31 10:05:04 -07:00
committed by GitHub
18 changed files with 45 additions and 44 deletions

10
Cargo.lock generated
View File

@@ -1905,6 +1905,15 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "shellexpand"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2b22262a9aaf9464d356f656fea420634f78c881c5eebd5ef5e66d8b9bc603"
dependencies = [
"dirs",
]
[[package]]
name = "smallvec"
version = "1.4.1"
@@ -2700,6 +2709,7 @@ dependencies = [
"heck",
"proc-macro2",
"quote",
"shellexpand",
"syn",
"witx",
]