mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
* fix(tauri-utils): sort csp/plugin/header config maps during codegen so generate_context! is deterministic * add comments explaining rationale, and todo for removing the hack in v3
225 B
225 B
tauri-utils
| tauri-utils |
|---|
| patch:bug |
Sort csp/plugin/header configs when generating HashMap constructors so that generate_context! is deterministic.
See: https://github.com/tauri-apps/tauri/issues/14978 for more information