Closed crawfxrd closed 9 months ago
The Ubuntu builds look like they had issues. Is that a concern?
I'm guessing it's because clap got updated from 4.2 to 4.4, which increased the MSRV to 1.70.0.
I'm not sure, because this isn't helpful:
E: Build failure (dpkg-buildpackage died)
@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?
clap
: 4.2.7 -> 4.4.18dashmap
: 5.4.0 -> 5.5.3futures
: 0.3.28 -> 0.3.30fwupd-dbus
: 0.2.3 -> 0.3.0i18n-embed-fl
: 0.6.6 -> 0.7.0i18n-embed
: 0.13.8 -> 0.14.1notify-rust
: 4.8.0 -> 4.10.0once_cell
: 1.17.1 -> 1.19.0rust-embed
: 6.6.1 -> 8.0.0slotmap
: 1.0.6 -> 1.0.7system76-firmware-daemon
: 75cb1f60db -> b64262e187thiserror
: 1.0.40 -> 1.0.56tokio-udev
: 0.8.0 -> 0.9.1tokio
: 1.28.0 -> 1.35.1xdg
: 2.5.0 -> 2.5.2