uv
18b40b0c - Don't panic with invalid wheel source (#4191)

Comment changes are shownComment changes are hidden
Commit
1 year ago
Don't panic with invalid wheel source (#4191) Remove the panic when there is an invalid wheel source, instead surface the error. This error can only occur when manually editing the lock file, but since it's an external file, we should error and not panic. This change is helpful since the method needs to be able to error for relative path support.
Author
Parents
  • crates
    • uv-resolver/src
      • File
        lock.rs
    • uv/src/commands/project
      • File
        sync.rs