fix pname for no-default-features
Some checks failed
CI / checks (push) Failing after 29s

This commit is contained in:
Robin Appelman 2025-06-09 16:57:18 +02:00
commit 642a7528dd

View file

@ -188,7 +188,7 @@ in
commonCraneArgs commonCraneArgs
// { // {
cargoExtraArgs = "--locked --no-default-features ${maybeWorkspace}"; cargoExtraArgs = "--locked --no-default-features ${maybeWorkspace}";
pname = "${crateName}-all-features"; pname = "${crateName}-no-default-features";
}; };
msrvCraneArgs = msrvCraneArgs =
commonCraneArgs commonCraneArgs