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

compiling regex always compiles two versions of memchr crate #324

Closed
BurntSushi opened this issue Jan 2, 2017 · 0 comments
Closed

compiling regex always compiles two versions of memchr crate #324

BurntSushi opened this issue Jan 2, 2017 · 0 comments
Assignees
Labels

Comments

@BurntSushi
Copy link
Member

Specifically, aho-corasick still depends on memchr 0.1.x. I've already released aho-corasick 0.6.0, so the fix for this bug is to simply bump the dependency on aho-corasick.

@BurntSushi BurntSushi added the bug label Jan 2, 2017
@BurntSushi BurntSushi self-assigned this Jan 2, 2017
BurntSushi added a commit to BurntSushi/regex that referenced this issue Jan 2, 2017
Specifically, we bump the dep on aho-corasick to 0.6.0, which includes a
dep on memchr 1.0.0. This avoids compiling two distinct versions of
memchr into every regex build.

Fixes rust-lang#324
BurntSushi added a commit to BurntSushi/regex that referenced this issue Jan 2, 2017
Specifically, we bump the dep on aho-corasick to 0.6.0, which includes a
dep on memchr 1.0.0. This avoids compiling two distinct versions of
memchr into every regex build.

Fixes rust-lang#324
@bors bors closed this as completed in 75ae79b Jan 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant