Update pubgrub (#5649)

We improved the API structure in pubgrub, and also update to generally
keep up with upstream.
This commit is contained in:
konsti
2024-07-31 14:54:11 +02:00
committed by GitHub
parent 2574f5b3fd
commit 981661c4af
13 changed files with 19 additions and 25 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use std::collections::Bound;
use std::ops::Deref;
use itertools::Itertools;
use pubgrub::range::Range;
use pubgrub::Range;
use distribution_filename::WheelFilename;
use pep440_rs::{Operator, Version, VersionSpecifier, VersionSpecifiers};