We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f066f28 commit 49d26d0Copy full SHA for 49d26d0
contributor-book/plugins.md
@@ -53,11 +53,11 @@ The `Cargo.toml` file should now look something like the following.
53
[package]
54
name = "nu_plugin_len"
55
version = "0.1.0"
56
-edition = "2021"
+edition = "2024"
57
58
[dependencies]
59
-nu-plugin = "0.92.0" # These version numbers may differ
60
-nu-protocol = "0.92.0"
+nu-plugin = "0.103.0"
+nu-protocol = "0.103.0"
61
```
62
63
With this, we can open up `src/main.rs` and create our plugin.
0 commit comments