-
Notifications
You must be signed in to change notification settings - Fork 348
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
cargo build failure on openindiana #51
Comments
3eka
changed the title
cargobuild failure on openindiana
cargo build failure on openindiana
Oct 27, 2021
That looks like clap (the argument parser library) now requires a newer version of rustc than what you have installed. I should really pin a specific rust version in CI, so it's clear what the build requirements are. |
OK, looks like Rust 1.46 is required, due to clap depending on bitflags. |
Thanks @Wilfred - all clear now |
ap-nri
pushed a commit
to ap-nri/difftastic
that referenced
this issue
Apr 1, 2022
…itter Update prebuild and tree-sitter
gurjeet
pushed a commit
to gurjeet/difftastic
that referenced
this issue
Sep 20, 2022
grunweg
pushed a commit
to grunweg/difftastic
that referenced
this issue
May 5, 2023
Do not match bracket groups inside the generic command rule. Instead, only parse brackets for specific commands. Fixes Wilfred#48.
Wilfred
pushed a commit
that referenced
this issue
Aug 9, 2023
gcr
pushed a commit
to gcr/difftastic-nim
that referenced
this issue
Jan 31, 2024
ci: demote parser mismatch into warnings
Wilfred
pushed a commit
to Thecentury/difftastic
that referenced
this issue
May 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
i was able to build this (fantastic) tool back on Aug 26th, 2021, with
with this sequence:
now, it fails with error:
Any idea what I am doing wrong?
Regards.
The text was updated successfully, but these errors were encountered: