Skip to content

Commit 4cea282

Browse files
committed
treewide: nuke uefi-services
1 parent dd47cae commit 4cea282

File tree

14 files changed

+22
-572
lines changed

14 files changed

+22
-572
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- run: |
1818
cargo install auto-release
19-
auto-release --condition body -p uefi-raw -p uefi-macros -p uefi -p uefi-services
19+
auto-release --condition body -p uefi-raw -p uefi-macros -p uefi
2020
env:
2121
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
* [`uefi` changelog](uefi/CHANGELOG.md)
44
* [`uefi-macros` changelog](uefi-macros/CHANGELOG.md)
55
* [`uefi-raw` changelog](uefi-raw/CHANGELOG.md)
6-
* [`uefi-services` changelog](uefi-services/CHANGELOG.md)

Cargo.lock

-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ members = [
55
"uefi",
66
"uefi-macros",
77
"uefi-raw",
8-
"uefi-services",
98
"uefi-test-runner",
109
"xtask",
1110
]
@@ -29,7 +28,6 @@ uguid = "2.1.0"
2928
uefi = { path = "uefi" }
3029
uefi-macros = { path = "uefi-macros" }
3130
uefi-raw = { path = "uefi-raw" }
32-
uefi-services = { path = "uefi-services" }
3331

3432
# Enable optimization for xtask itself, not for its dependencies. This speeds up
3533
# OVMF prebuilt decompression without much increase in compilation time.

PUBLISHING.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ repository to [crates.io](https://crates.io/).
1111
release is performed.
1212
- We want git tags like `uefi-raw-v0.4.0` or `uefi-v0.25.0` for every release.
1313
- We want our crate dependencies published in the right order (if necessary):
14-
- `uefi-services` depends on `uefi`
1514
- `uefi` depends on `uefi-macros` and `uefi-raw`
1615

1716
## How: Ways to Publish

book/src/reference.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
* [`uefi` crate reference](https://docs.rs/uefi)
55
* [`uefi-macros` crate reference](https://docs.rs/uefi-macros)
66
* [`uefi-raw` crate reference](https://docs.rs/uefi-raw)
7-
* [`uefi-services` crate reference](https://docs.rs/uefi-services)
87
* [UEFI Specifications](https://uefi.org/specifications)

uefi-services/CHANGELOG.md

-105
This file was deleted.

uefi-services/Cargo.toml

-23
This file was deleted.

0 commit comments

Comments
 (0)