Hirevo / alexandrie

An alternative crate registry, implemented in Rust.
https://hirevo.github.io/alexandrie/
Apache License 2.0
493 stars 55 forks source link

Fixed errors in `cargo owner` commands #157

Closed Hirevo closed 1 year ago

Hirevo commented 1 year ago

This PR addresses errors when running cargo owner commands.

These errors were due to Alexandrie wrong response payload for those requests and cargo being unable to parse them.
This meant that, while an error was observed, the operation of adding or removing an owner actually went completely fine.

Closes #156.