From 2dbe98b823e39cbd1bffe9c137b684d6a94f280a Mon Sep 17 00:00:00 2001 From: Thomas Date: Fri, 12 Jun 2020 17:21:26 +0200 Subject: [PATCH] :memo: update crate requirement for the tust example (#1870) --- docs/lang-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lang-rust.md b/docs/lang-rust.md index aeca23ae45..aa97e97751 100644 --- a/docs/lang-rust.md +++ b/docs/lang-rust.md @@ -43,7 +43,7 @@ dependency in `Cargo.toml`: ```toml [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