Bump version to 0.9.0 (#790)

This commit is contained in:
Dan Gohman
2020-01-09 21:57:40 -08:00
committed by GitHub
parent 41780fb1a6
commit 336ee94c89
30 changed files with 250 additions and 209 deletions

View File

@@ -28,7 +28,7 @@ pub(crate) fn witx_path_from_args(args: TokenStream) -> (String, String) {
fn witx_path(phase: &str, id: &str) -> String {
let root = env!("CARGO_MANIFEST_DIR");
format!("{}/../WASI/phases/{}/witx/{}.witx", root, phase, id)
format!("{}/WASI/phases/{}/witx/{}.witx", root, phase, id)
}
// Convert a `Literal` holding a string literal into the `String`.