Skip to content

Commit

Permalink
Update Rust lang doc for 1.0.0 dependency (bytecodealliance#4935)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk authored Sep 20, 2022
1 parent cae7c19 commit 8b24517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b24517

Please sign in to comment.