Skip to content

Commit 961fc8d

Browse files
committed
Update Plugin example version numbers
1 parent 973f881 commit 961fc8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributor-book/plugins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ The `Cargo.toml` file should now look something like the following.
5353
[package]
5454
name = "nu_plugin_len"
5555
version = "0.1.0"
56-
edition = "2021"
56+
edition = "2024"
5757

5858
[dependencies]
59-
nu-plugin = "0.92.0" # These version numbers may differ
60-
nu-protocol = "0.92.0"
59+
nu-plugin = "0.103.0"
60+
nu-protocol = "0.103.0"
6161
```
6262

6363
With this, we can open up `src/main.rs` and create our plugin.

0 commit comments

Comments
 (0)