diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-12 12:12:16 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-12 12:12:16 -0600 |
commit | 7591c0f54fa3272df0f6b7057f6096bb513e9328 (patch) | |
tree | 96ee729a98ca2904da9779f4ccf7659aa3e8a038 /repos/crates_io.py | |
parent | 52737fe6fdec0d168a3f31a632a9cfb3f91a9e4f (diff) | |
download | where-packaged-canon.tar.gz where-packaged-canon.zip |
Diffstat (limited to 'repos/crates_io.py')
-rw-r--r-- | repos/crates_io.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repos/crates_io.py b/repos/crates_io.py index 95078e3..42680f0 100644 --- a/repos/crates_io.py +++ b/repos/crates_io.py @@ -42,6 +42,7 @@ def parse_cached(cached: Path) -> Mapping[str, Version]: crates = Repository( family=None, repo='crates.io', + section=None, index_url='https://static.crates.io/db-dump.tar.gz', parse=parse_cached, ) |