tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CARGO_CRATE_DEPENDS issue



> Nothing wrong with the CARGO_CRATE_DEPENDS line; however, because the
> cargo.mk logic doesn't understand the "+" pattern, you must supplement
> the Makefile with a manual SITES line:
>
> SITES.curl-sys-0.4.39+curl-7.74.0.crate+= -https://crates.io/api/v1/crates/curl-sys/0.4.39+curl-7.74.0/download
>
> See also wip/spotifyd, crate wasi-0.9.0+wasi-snapshot-preview1 for a
> complete example exhibiting the same issue.
>
> -Tobias

Weird, I have several packages that depend on wasi-0.9.0+wasi-snapshot-preview1 and don't need this work arround?

I think the "+" is ok now, the issue was that it ends in a version number.

Thanks, it works with your work arround :)

Regards




Home | Main Index | Thread Index | Old Index