Closed xerbalind closed 4 months ago
Ran cargo update and nix flake update I Fixed some issues with the code after the update. Mainly added type annotations for the tests, as the compiler was not able to infer the types anymore and Outcome::Failure was renamed to Outcome::Error
cargo update
nix flake update
Outcome::Failure
Outcome::Error
Ran
cargo update
andnix flake update
I Fixed some issues with the code after the update. Mainly added type annotations for the tests, as the compiler was not able to infer the types anymore andOutcome::Failure
was renamed toOutcome::Error