marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
739 stars 15 forks source link

New release needed because rust `1.80.0` #797

Closed DerRockWolf closed 3 weeks ago

DerRockWolf commented 2 months ago

Because of an unfixable build regression in rust 1.80.0, building pods 2.0.1 is currently broken.
Building from the current main branch works because the time crate has been updated in the meantime.

Would it be possible to create a new release, so that we don't need to bump to an unstable commit in https://github.com/NixOS/nixpkgs/pull/335565 ?

See NixOS/nixpkgs#332957 & rust-lang/rust#127343 for more details.

Thanks for developing pods :heart:

marhkb commented 3 weeks ago

This took some more effort than expected: https://github.com/marhkb/pods/pull/799

DerRockWolf commented 3 weeks ago

Thanks :heart:

I'll update to 2.0.2 in nixpkgs (PR).