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 8f8bcd9 commit 4340f6cCopy full SHA for 4340f6c
src/main.rs
@@ -23,7 +23,7 @@ struct State {
23
24
register_plugin!(State);
25
26
-const DEVELOP_RUST_PLUGIN_URL: &str = "https://github.com/zellij-org/develop-rust-plugin/releases/download/v0.2.0/develop-rust-plugin.wasm";
+const DEVELOP_RUST_PLUGIN_URL: &str = "https://github.com/zellij-org/develop-rust-plugin/releases/download/v0.3.0/develop-rust-plugin.wasm";
27
const RUST_PLUGIN_EXAMPLE_URL: &str = "https://github.com/zellij-org/rust-plugin-example.git";
28
29
impl ZellijPlugin for State {
0 commit comments