From 8b245178a517cbb4edf6d62a95ffc0dd2865651f Mon Sep 17 00:00:00 2001 From: Bryant Luk Date: Tue, 20 Sep 2022 16:02:51 -0500 Subject: [PATCH] Update Rust lang doc for 1.0.0 dependency (#4935) --- 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 ff4bd4425d49..5a4a3747e33f 100644 --- a/docs/lang-rust.md +++ b/docs/lang-rust.md @@ -43,7 +43,7 @@ dependency in `Cargo.toml`: ```toml [dependencies] -wasmtime = "0.33.0" +wasmtime = "1.0.0" ``` Next up let's write the code that we need to execute this wasm file. The