From 9040b1a26f0d3027e674201893039e6aa5ea72fb Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Thu, 1 May 2025 21:45:33 +0200 Subject: [PATCH] Update Plugins with v0.104.0 dependencies 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. --- contributor-book/plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributor-book/plugins.md b/contributor-book/plugins.md index 34aab7a6b5..7f5bc79dfb 100644 --- a/contributor-book/plugins.md +++ b/contributor-book/plugins.md @@ -56,8 +56,8 @@ version = "0.1.0" edition = "2024" [dependencies] -nu-plugin = "0.103.0" -nu-protocol = "0.103.0" +nu-plugin = "0.104.0" +nu-protocol = "0.104.0" ``` With this, we can open up `src/main.rs` and create our plugin.