Skip to content

Commit 4340f6c

Browse files
committed
fix: update target name
1 parent 8f8bcd9 commit 4340f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct State {
2323

2424
register_plugin!(State);
2525

26-
const DEVELOP_RUST_PLUGIN_URL: &str = "https://github.com/zellij-org/develop-rust-plugin/releases/download/v0.2.0/develop-rust-plugin.wasm";
26+
const DEVELOP_RUST_PLUGIN_URL: &str = "https://github.com/zellij-org/develop-rust-plugin/releases/download/v0.3.0/develop-rust-plugin.wasm";
2727
const RUST_PLUGIN_EXAMPLE_URL: &str = "https://github.com/zellij-org/rust-plugin-example.git";
2828

2929
impl ZellijPlugin for State {

0 commit comments

Comments
 (0)