docs(examples): update version to 0.3 in crate setup section

Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
This commit is contained in:
Sandro-Alessio Gierens 2023-11-15 23:37:23 +01:00
parent 40f1e7f8c9
commit 1f3d67f7c9

View file

@ -60,7 +60,7 @@ The first step is to create a new library crate with `cargo new --lib
crate-type = ["cdylib"]
[dependencies]
nvim-oxi = "0.1"
nvim-oxi = "0.3"
```
Next, in `lib.rs` we'll annotate the entry point of the plugin with the