Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
ProGet can't download Rust Crates where the name is 3 letters long or shorter
-
Proget version : 2024.25
Steps to reproduce:
Create a new rust project 'cargo new <projectname>'edit cargo.toml - in the dependencies section add one of the following:
syn = "2.8.0"
log = "0.4.25"
num = "0.4.3"then run 'cargo build' - cargo fails to download any of these packages.
however trying packages:
libc = "0.2.169"
rand = "0.9.0"these work perfectly.
-
Hi @kc_2466,
Thanks for submitting this to us. It looks like there is an issue with packages with 3 or less characters that may fail to download. I created ticket, PG-2886, which will release this Friday (February 3rd, 2025), that will contain the fix for this.
I also want to note that version 2.8.0 of syn does not exist on crates.io, so I verified using syn 2.0.8.
Thanks,
Rich