Skip to content

Make `cargo update` possible

Matti Viljanen requested to merge cargo-update into master

This hopefully eases future package maintenance!

  • Updated packages
  • Lock necessary versions and commits in Cargo.toml
  • rm Cargo.lock && sfdk [...] build now builds
  • actix 0.13.0 is out but not in Cargo.toml yet
  • Total number of packages went up by a few :(

Merge request reports