Skip to content

v0.1.4 - Fix Tauri breaking change

Choose a tag to compare

@oscartbeaumont oscartbeaumont released this 31 Jul 03:02
· 9 commits to main since this release

It looks like Tauri 2.7.0 had a breaking change, as the argument for js_init_script changed from String to impl Into<String> in a minor release which has resulted in Tauri Plugin Midi failing to compile. This PR fixes it in a backwards compatible way.