-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fetch crate versions and deps using sparse registry index (#137)
* feat: [WIP] fetch crate versions and deps using sparse registry index * feat: correctly handle `dep:<crate_name>` features in popup * feat: correctly handle `dep:<crate_name>` features in completion * refactor: remove unused function * chore: update todos * refactor: clean up feature toggling * feat: fetch missing metadata from api * refactor: rename misleading variables * fix: version, feature, and feature members sorting * test: update json_spec * fix: rely in api version ordering instead of manually sorting * fix: don't allow twice as many parallel requests * test: add Cargo.toml with tricky dependencies * fix: add missing default feature at first position
- Loading branch information
Showing
21 changed files
with
6,887 additions
and
941 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.