mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-20 20:00:29 +00:00
rust allows renaming dependencies such as when depending on multiple versions of the same package. This is not supported by gitea as discovered in #31500 . This PR tries to address that. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>