📝 update crate requirement for the tust example (#1870)

This commit is contained in:
Thomas
2020-06-12 17:21:26 +02:00
committed by GitHub
parent caa87048ab
commit 2dbe98b823

View File

@@ -43,7 +43,7 @@ dependency in `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
wasmtime = "0.16.0" wasmtime = "0.18.0"
``` ```
Next up let's write the code that we need to execute this wasm file. The Next up let's write the code that we need to execute this wasm file. The