Skip to content

Commit c74be1f

Browse files
committed
remove macros from docbuild
1 parent bea46d7 commit c74be1f

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

.github/workflows/doc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
mv rust-toolchain-nightly.toml rust-toolchain.toml
3131
mkdir crates
3232
docserver-builder -i host -o crates/trouble-host/git.zup
33-
docserver-builder -i host-macros -o crates/trouble-host-macros/git.zup
3433
3534
- name: upload
3635
run: |

host-macros/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ description = "An async Rust BLE host - Derive macros crate"
77
keywords = ["no-std"]
88
categories = ["embedded", "hardware-support", "no-std"]
99

10-
[package.metadata.embassy_docs]
11-
src_base = "https://github.com/embassy-rs/trouble-host-macros/blob/v$VERSION/src/"
12-
src_base_git = "https://github.com/embassy-rs/trouble-host-macros/blob/$COMMIT/src/"
13-
target = "thumbv7em-none-eabi"
14-
1510
[dependencies]
1611
syn = { version = "^2", features = ["full", "extra-traits"] }
1712
quote = "1.0.7"

rust-toolchain.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# Before upgrading check that everything is available on all tier1 targets here:
22
# https://rust-lang.github.io/rustup-components-history
33
[toolchain]
4-
channel = "1.85"
5-
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
4+
channel = "nightly-2025-02-17"
5+
components = [ "rust-src", "rustfmt" ]
66
targets = [
7-
"thumbv8m.main-none-eabihf",
8-
"thumbv7em-none-eabi",
9-
"thumbv7em-none-eabihf",
10-
"thumbv6m-none-eabi",
11-
"riscv32imc-unknown-none-elf",
7+
"thumbv7em-none-eabi"
128
]

0 commit comments

Comments
 (0)