mirror of
https://github.com/noib3/nvim-oxi.git
synced 2025-08-04 19:08:31 +00:00
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:
parent
40f1e7f8c9
commit
1f3d67f7c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue