You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1352: Run `uniffi-bindgen` command instead of depending on `uniffi_bindgen` crates r=messense a=messense
`uniffi_bindgen` crate is too heavy weight and people uses `uniffi` usually have already installed uniffi-bindgen.
Part of #1337, reduces `--no-default-features` compile time on M2 MacBook Air from 26.2s to 22.3s.
Co-authored-by: messense <messense@icloud.com>
1352: Run `uniffi-bindgen` command instead of depending on `uniffi_bindgen` crates r=messense a=messense
`uniffi_bindgen` crate is too heavy weight and people uses `uniffi` usually have already installed uniffi-bindgen.
Part of #1337, reduces `--no-default-features` compile time on M2 MacBook Air from 26.2s to 22.3s.
Co-authored-by: messense <messense@icloud.com>
Currently we have lots of duplicate dependencies, see https://github.com/PyO3/maturin/pull/1336/files, we should reduce them for better compile time.
The text was updated successfully, but these errors were encountered: