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.
1 parent 14e7a14 commit 3fa62fdCopy full SHA for 3fa62fd
src/pubgrub_crate/solution.md
@@ -52,10 +52,12 @@ So instead of seeing things like this in the report:
52
Because there is no version of foo in 1.0.1 <= v < 2.0.0
53
and foo 1.0.0 depends on bar 2.0.0 <= v < 3.0.0,
54
foo 1.0.0 <= v < 2.0.0 depends on bar 2.0.0 <= v < 3.0.0.
55
+...
56
```
57
-you may have directly:
58
+You will directly see something like:
59
60
```txt
-foo 1.0.0 <= v < 2.0.0 depends on bar 2.0.0 <= v < 3.0.0.
61
+Because foo 1.0.0 <= v < 2.0.0 depends on bar 2.0.0,
62
63
0 commit comments