Skip to content
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

Fix flake so latest ironhide works on mac #112

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Conversation

zmre
Copy link
Member

@zmre zmre commented Sep 6, 2024

Was getting an error about a missing dependency when upgrading from 1.0.5 to latest. This fixes the problem.

@zmre
Copy link
Member Author

zmre commented Sep 6, 2024

No idea whey the checks were cancelled. It says, Error: The operation was canceled. But I didn't cancel it...

Side note: when this gets accepted, can we bump the version to 1.0.8 even though it's only a flake change? I'm not sure the right way to do that, but it will help for upgrading to a working version in my nix config.

@zmre
Copy link
Member Author

zmre commented Sep 6, 2024

Gah, the checks are failing because:

error[E0282]: type annotations needed for `Box<_>`
  = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`
error: could not compile `time` (lib) due to 1 previous error

So looks like we need to upgrade at least the time library. I will attempt that.

@coltfred coltfred merged commit 576ff25 into main Sep 9, 2024
14 checks passed
@coltfred coltfred deleted the 2024-09-06-fix-flake-mac branch September 9, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants