We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758526b commit 491f22aCopy full SHA for 491f22a
RELEASES.md
@@ -28,9 +28,9 @@ Our release process is as follows:
28
- Verify that there is no dev-dependency among the workspace crates. This is
29
important, as `cargo-release` ignores dev-dependency edges. You may use
30
`cargo-depgraph`:
31
- ```sh
32
- cargo depgraph --all-features --workspace-only --dev-deps | dot -Tpng > graph.png
33
- ```
+ ```sh
+ cargo depgraph --all-features --workspace-only --dev-deps | dot -Tpng > graph.png
+ ```
34
The command will generate a graph similar to this:
35
 The dev dependencies are colored with
36
blue arrows. Currently, there are no blue arrows, i.e. there is no dev
0 commit comments