uv/crates/puffin-resolver
Charlie Marsh f36c167982
Use a consolidated error for distribution failures (#1104)
## Summary

Use a single error type in `puffin_distribution`, rather than two
confusingly similar types between `DistributionDatabase` and the source
distribution module.

Also removes the `#[from]` for IO errors and replaces with explicit
wrapping, which is verbose but removes a bunch of incorrect error
messages.
2024-01-25 14:49:11 -05:00
..
src Use a consolidated error for distribution failures (#1104) 2024-01-25 14:49:11 -05:00
tests Initial windows support (#940) 2024-01-24 18:27:49 +01:00
Cargo.toml Remove some unused dependencies (#1077) 2024-01-24 11:58:21 -05:00