File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,11 @@ can be combined in a single pull request).
31
31
32
32
The dependency graph of the published crates in this repo is:
33
33
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 `
37
36
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.
41
39
42
40
For example, if the signature of a widely-used macro from ` uefi-macros ` is changed,
43
41
a new major version of that crate will have to be published, then a new version of
You can’t perform that action at this time.
0 commit comments