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
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.
The text was updated successfully, but these errors were encountered:
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.
Fixesrust-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.
Fixesrust-lang#324
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.
The text was updated successfully, but these errors were encountered: