Closed chrysn closed 5 months ago
Weird error about psa.
Maybe it could be related to this warning which has been hanging around for some time already, but I am not sure.
warning: /Users/geovane/Developer/inria/dev/lakers-FORK/crypto/Cargo.toml: `default-features` is ignored for lakers-crypto-psa, since `default-features` was not specified for `workspace.dependencies.lakers-crypto-psa`, this could become a hard error in the future
I don't think so, my assumption (currently testing the patch for it) is that it's like the earlier examples/
issue, where the crate's presence in the manifest Cargo.toml means that we'll have to ship it even if we don't use it.
Where no wheels are available (on pypy as on #288, or on Python 3.13 because that's not released yet so doesn't get built by default I guess), builds fail related to the missing lakers-crypto-psa crate.
To reproduce:
(Note that while pip complains about a newer version being available,
pip install --upgrade pip
doesn't change anything about the actual result)