-
-
Notifications
You must be signed in to change notification settings - Fork 130
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
fst
fails to build with csv
v1.2.0+
#156
Comments
This was fixed in 11b1e3b, and the commit message explains why it broke. But I didn't put out a new release of I also didn't realize people were using |
This should be fixed in |
Thanks for the quick response (and the new release)! |
And sorry for missing that commit. I was specifically looking at the history of |
Yeah it's a subtle failure. It results from Cargo doing feature unification which can easily be inadvertently be depended on, as happened here, unfortunately. |
Hi! While packaging Rust 1.68.0 for Homebrew at Homebrew/homebrew-core#125208, we noticed the following build error (full logs here, error starts here):
This happened to
fst-bin
version v0.4.2 on all macOS archs/versions, and on Linux (Ubuntu 22.04, x86_64). Some investigation revealed that this error occurs when dependencycsv
is at version v1.2.0 or greater (v1.2.1 in the above error), and is irrelevant to the Rust version (tested with Rust 1.67.1, too). When pinned to v1.1.3 (as shown below), the build succeeded.The text was updated successfully, but these errors were encountered: