File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed
Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -7,11 +7,6 @@ description = "An async Rust BLE host - Derive macros crate"
77keywords = [" no-std" ]
88categories = [" 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 ]
1611syn = { version = " ^2" , features = [" full" , " extra-traits" ] }
1712quote = " 1.0.7"
Original file line number Diff line number Diff line change 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" ]
66targets = [
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]
You can’t perform that action at this time.
0 commit comments