Skip to content

Commit

Permalink
Update to packse 0.3.31 (#5441)
Browse files Browse the repository at this point in the history
Update packse to 0.3.31, adding the instability scenarios.
  • Loading branch information
konstin committed Jul 26, 2024
1 parent cb505d2 commit f1eda35
Show file tree
Hide file tree
Showing 6 changed files with 490 additions and 229 deletions.
2 changes: 1 addition & 1 deletion crates/uv/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ static EXCLUDE_NEWER: &str = "2024-03-25T00:00:00Z";
/// Using a find links url allows using `--index-url` instead of `--extra-index-url` in tests
/// to prevent dependency confusion attacks against our test suite.
pub const BUILD_VENDOR_LINKS_URL: &str =
"https://raw.githubusercontent.com/astral-sh/packse/0.3.30/vendor/links.html";
"https://raw.githubusercontent.com/astral-sh/packse/0.3.31/vendor/links.html";

#[doc(hidden)] // Macro and test context only, don't use directly.
pub const INSTA_FILTERS: &[(&str, &str)] = &[
Expand Down
Loading

0 comments on commit f1eda35

Please sign in to comment.