Skip to content

Commit 546dc14

Browse files
authored
Merge pull request #998 from nicholasbishop/bishop-improve-dev-dep
uefi-macros: Change uefi dev-dependency from version to path
2 parents 09a7867 + d6edea5 commit 546dc14

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

PUBLISHING.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ a new major version of that crate will have to be published, then a new version
3333
`uefi` (major if the previous bump caused changes in the public API of this crate as well),
3434
then possibly a new version of `uefi-services`.
3535

36-
Furthermore, `uefi-macros` has the `uefi` crate as a `dev-dependency`,
37-
and that will have to be updated in tandem with the major versions of the core crate.
38-
3936
### Updating the dependent crates
4037

4138
Remember that if a new major version of a crate gets released, when bumping the version

uefi-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ syn = { version = "2.0.4", features = ["full"] }
2222

2323
[dev-dependencies]
2424
trybuild = "1.0.61"
25-
uefi = { version = "0.25.0", default-features = false }
25+
uefi = { path = "../uefi", default-features = false }

0 commit comments

Comments
 (0)