Closed darichey closed 2 years ago
nix flake update --commit-lock-file
cargo fix --edition
This is a smaller alternative to #58 while issues there are resolved.
Summary & Motivation
nix flake update --commit-lock-file
. Primarily, this bumps the rustc/cargo version to 1.61.0.cargo fix --edition
, and all tests are green!)Further context
This is a smaller alternative to #58 while issues there are resolved.