Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable default feature of Inflector #287

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

nazo6
Copy link
Contributor

@nazo6 nazo6 commented Jan 6, 2025

When I was looking at the dependency tree, I discovered that the Inflector crate introduces some dependencies like regex on default feature.

It appears that these features are not used by nrf-softdevice-macro, so disabling default-features will reduce the dependencies and improve build times.

@alexmoon
Copy link
Contributor

alexmoon commented Jan 6, 2025

Can you rebase this onto the current master to resolve the CI issue?

@nazo6 nazo6 force-pushed the inflector-no-default-feature branch from df86d35 to 6f68edb Compare January 7, 2025 03:18
@alexmoon alexmoon added this pull request to the merge queue Jan 7, 2025
Merged via the queue into embassy-rs:master with commit 93ad991 Jan 7, 2025
1 check passed
@nazo6 nazo6 deleted the inflector-no-default-feature branch January 8, 2025 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants