pop-os / firmware-manager

Generic framework and GTK UI for firmware updates from system76-firmware and fwupd, written in Rust.
GNU General Public License v3.0
163 stars 45 forks source link

Update deps #145

Closed crawfxrd closed 9 months ago

crawfxrd commented 1 year ago
leviport commented 1 year ago

The Ubuntu builds look like they had issues. Is that a concern?

crawfxrd commented 1 year ago

I'm guessing it's because clap got updated from 4.2 to 4.4, which increased the MSRV to 1.70.0.

crawfxrd commented 1 year ago

I'm not sure, because this isn't helpful:

E: Build failure (dpkg-buildpackage died)
XV-02 commented 9 months ago

@crawfxrd , it looks like Ubuntu now ships Rust version 1.70, and if I use rustup, it's sitting at 1.75. Do you want to update any of these deps, or should we just force this to build again to see if it passes the Ubuntu CI checks now?