After updating `tauri-plugin-store` from release candidate to `v2.0.1` i'm getting this error on rust side ```rust tauri_plugin_store::with_store(app_handle, stores, app_data_dir, |store| { return Ok(store .get("my_key") .and_then(|value| { ... } ); } ``` ```sh tauri_plugin_store::with_store(app_handle, stores, app_data_dir, |store| { | ^^^^^^^^^^ not found in `tauri_plugin_store` ```