We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75687e5 + 0302560 commit 366c7fcCopy full SHA for 366c7fc
docs/toml-schema.md
@@ -446,4 +446,4 @@ environment = "deploy"
446
447
> [!TIP]
448
> To list the public crates of a workspace, run:
449
-> `cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.publish == null or .publish != false) | .name'`
+> `cargo metadata --no-deps --format-version 1 | jq -r '.packages[] | select(.publish == null or .publish == true) | .name'`
0 commit comments