Skip to content

Commit 9944a41

Browse files
authored
Update Plugins with v0.104.0 dependencies (#1909)
Plugins compiled with v0.103.0 do not run in Nushell v0.104.0. This sample has been compiled in v0.104.0 and runs and behaves like expected.
1 parent cbcc4bd commit 9944a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributor-book/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ version = "0.1.0"
5656
edition = "2024"
5757

5858
[dependencies]
59-
nu-plugin = "0.103.0"
60-
nu-protocol = "0.103.0"
59+
nu-plugin = "0.104.0"
60+
nu-protocol = "0.104.0"
6161
```
6262

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

0 commit comments

Comments
 (0)