Update Rust lang doc for 1.0.0 dependency (#4935)

This commit is contained in:
Bryant Luk
2022-09-20 16:02:51 -05:00
committed by GitHub
parent cae7c196bb
commit 8b245178a5

View File

@@ -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