Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preliminary support for sparse indices #870

Commits on Aug 20, 2023

  1. cargo update

     All tests pass.
    
    Signed-off-by: Mohammad AlSaleh <[email protected]>
    MoSal committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    08691ab View commit details
    Browse the repository at this point in the history
  2. Update indexmap to v2

     All tests pass.
    
    Signed-off-by: Mohammad AlSaleh <[email protected]>
    MoSal committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    a35340d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update to cargo_metadata v0.17 and fix compatibility

    Signed-off-by: Mohammad AlSaleh <[email protected]>
    MoSal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f695be8 View commit details
    Browse the repository at this point in the history
  2. cargo update again to get serde v1.0.185

     All tests pass.
    
    Signed-off-by: Mohammad AlSaleh <[email protected]>
    MoSal committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6b14fec View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Upgrade to crates_index v2.1.1 and support sparse indices

     * Git index support removed. Only sparse indices work.
     * Tests are broken since they assume git indices.
     * Crate info is not fetched in parallel for the sake of simplicity.
       Fetching is still very fast despite that.
    
    Signed-off-by: Mohammad AlSaleh <[email protected]>
    MoSal committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    89dc239 View commit details
    Browse the repository at this point in the history
  2. cargo update

    Signed-off-by: Mohammad AlSaleh <[email protected]>
    MoSal committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    964c0d0 View commit details
    Browse the repository at this point in the history
  3. cargo upgrade

    Signed-off-by: Mohammad AlSaleh <[email protected]>
    MoSal committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f0da565 View commit details
    Browse the repository at this point in the history