1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-26 11:46:18 +02:00
gitea/routers/api
KN4CK3R 723598b803
Implement Cargo HTTP index (#24452)
This implements the HTTP index
[RFC](https://rust-lang.github.io/rfcs/2789-sparse-index.html) for Cargo
registries.

Currently this is a preview feature and you need to use the nightly of
`cargo`:

`cargo +nightly -Z sparse-registry update`

See https://github.com/rust-lang/cargo/issues/9069 for more information.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-05-03 16:58:43 -04:00
..
actions Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields (#24356) 2023-04-28 07:35:21 +08:00
packages Implement Cargo HTTP index (#24452) 2023-05-03 16:58:43 -04:00
v1 Fix api error message if fork exists (#24487) 2023-05-02 20:26:38 -04:00