-
Notifications
You must be signed in to change notification settings - Fork 70
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
Build failure for v1.3.0 on macos & linux, but building from latest main (1699a7d1fc7ede) works #176
Comments
I'm on LInux and getting the same error installing via either
enum Color {
Always,
Auto,
Never,
} How was this even able to publish to crates.io? EDIT: Wrong |
jaq depends on ariadne 0.4.0 (released 2024-01-01; 0.4.1 was just released 2024-04-25 but last commit to jaq was 2024-04-19)... But this is weird: ariadne 0.4.0 depends on yansi 0.5.0 (released 2018-11-30; but latest is 1.0.1 on 2024-03-13)... so... ? Also: yansi 0.5.0 Side note relating to my previous comment: jaq/src/main.rs has a different |
|
@qtfkwk when you do |
This issue is due to a release of the |
I just tried to compile the latest version with
cargo
, and maybe I'm doing something wrong but I can only get v1.2.0 to build. Here's what I tried.Note, if i either
cargo install jaq --version "1.2.0"
or I clone from git (1699a7d1fc7ede
as of now) I can build either of those. So IDK..? I am pretty new to rust so maybe I'm missing a step?I get the same thing on my linux machine.
The text was updated successfully, but these errors were encountered: