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