Skip to content

cargo: set 'default-features = false' for memchr and aho-corasick#1148

Merged
BurntSushi merged 1 commit intomasterfrom
ag/fix-default-features
Jan 10, 2024
Merged

cargo: set 'default-features = false' for memchr and aho-corasick#1148
BurntSushi merged 1 commit intomasterfrom
ag/fix-default-features

Conversation

@BurntSushi
Copy link
Member

I'm not sure how this one slipped by. Without this, I'd suppose that
no-std support doesn't actually work? Or at least, one would have to
disable the use of both memchr and aho-corasick entirely, since they
depend on std by default. Not quite sure how to test this.

Fixes #1147

I'm not sure how this one slipped by. Without this, I'd suppose that
no-std support doesn't actually work? Or at least, one would have to
disable the use of both memchr and aho-corasick entirely, since they
depend on std by default. Not quite sure how to test this.

Fixes #1147
@BurntSushi BurntSushi merged commit 027eebd into master Jan 10, 2024
@BurntSushi BurntSushi deleted the ag/fix-default-features branch January 10, 2024 14:02
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.

1 participant