You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/.changes/ignore-plugin-build-error-o...

59 lines
1.6 KiB

---
"autostart": patch:fix
"autostart-js": patch:fix
"barcode-scanner": patch:fix
"barcode-scanner-js": patch:fix
"biometric": patch:fix
"biometric-js": patch:fix
"cli": patch:fix
"cli-js": patch:fix
"clipboard-manager": patch:fix
"clipboard-manager-js": patch:fix
"deep-link": patch:fix
"deep-link-js": patch:fix
"dialog": patch:fix
"dialog-js": patch:fix
"fs": patch:fix
"fs-js": patch:fix
"geolocation": patch:fix
"geolocation-js": patch:fix
"global-shortcut": patch:fix
"global-shortcut-js": patch:fix
"haptics": patch:fix
"haptics-js": patch:fix
"http": patch:fix
"http-js": patch:fix
"log": patch:fix
"log-js": patch:fix
"nfc": patch:fix
"nfc-js": patch:fix
"notification": patch:fix
"notification-js": patch:fix
"opener": patch:fix
"opener-js": patch:fix
"os": patch:fix
"os-js": patch:fix
"positioner": patch:fix
"positioner-js": patch:fix
"process": patch:fix
"process-js": patch:fix
"shell": patch:fix
"shell-js": patch:fix
"sql": patch:fix
"sql-js": patch:fix
"store": patch:fix
"store-js": patch:fix
"stronghold": patch:fix
"stronghold-js": patch:fix
"updater": patch:fix
"updater-js": patch:fix
"upload": patch:fix
"upload-js": patch:fix
"websocket": patch:fix
"websocket-js": patch:fix
"window-state": patch:fix
"window-state-js": patch:fix
---
When downstream crates depend on `tauri-plugin-*`, the `tauri-plugin` build process may attempt to write to the plugin source directory in certain cases. However, `docs.rs` is a read-only environment, which causes these downstream crates to fail to build on `docs.rs`. Until tauri-apps/tauri#11187 is resolved, we are temporarily suppressing this error.