ZeusWPI / zauth

Zeus AUTHentication Service
MIT License
6 stars 2 forks source link

Cargo update and nix flake update #278

Closed xerbalind closed 4 months ago

xerbalind commented 5 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