Skip to content

Commit 4288cce

Browse files
GabrielMajerinicholasbishop
authored andcommitted
Reword crate dependencies section
1 parent 2165f87 commit 4288cce

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

PUBLISHING.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,11 @@ can be combined in a single pull request).
3131

3232
The dependency graph of the published crates in this repo is:
3333

34-
```
35-
uefi-macros <-- uefi (root project) <-- uefi-services
36-
```
34+
- `uefi-services` depends on `uefi` (the root project)
35+
- `uefi` depends on `uefi-macros`
3736

38-
which suggests that, if there are breaking changes happening in the project,
39-
we should first process/publish a new version of `uefi-macros`, then of `uefi`,
40-
then of `uefi-services` and so on.
37+
If there are breaking changes happening in the project, we should first publish
38+
a new version of `uefi-macros`, then of `uefi`, then of `uefi-services` and so on.
4139

4240
For example, if the signature of a widely-used macro from `uefi-macros` is changed,
4341
a new major version of that crate will have to be published, then a new version of

0 commit comments

Comments
 (0)