You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/pluginlab/README.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,3 +143,34 @@ pluginlab\
143
143
--allow-all
144
144
</pre>
145
145
</summary>
146
+
147
+
<p></p>
148
+
149
+
If you pass to the `pluginlab` cli a valid plugin but with an incompatible version (cli and plugin not sharing the same `wit` files which defines the interfaces how they interact), you will get an error like the following, which tells you the problem and offers you two solutions:
150
+
151
+
- use a version of the plugin compatible with the version of the `pluginlab` cli you are using (giving you a link to the releases)
152
+
- use the latest version of the `pluginlab` cli (by running `cargo install pluginlab`)
0 commit comments