-
Notifications
You must be signed in to change notification settings - Fork 79
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
Compile error when building latest version #115
Comments
Same here (aarch64 macOS):
Workaround: cargo update -p ctrlc --precise 3.4.2 |
Same problem with nushell nushell/nushell#12064 (comment). |
@Detegr Could you yank the release? |
I opened #116 to fix this, but it would still be desirable to yank the 3.4.3, even if the fix is released soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A user of just ran into a compilation error when doing
cargo install just@1.25.0
, see casey/just#1944. Pinning ctrlc to version 3.1.1 seems to have fixed it. I don't know if this is a ctrlc issue, a just issue, or a conflict with another dependency, but I thought I'd create an issue here.PS Thanks for the great crate!
The text was updated successfully, but these errors were encountered: