File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,10 +41,11 @@ jobs:
4141
4242 - name : Install Rust for Xtensa
4343 if : matrix.target != 'riscv32imc-esp-espidf'
44- uses : esp-rs/xtensa-toolchain@v1.5.1
44+ uses : esp-rs/xtensa-toolchain@v1.6
4545 with :
4646 default : true
47-
47+ ldproxy : true
48+
4849 - name : Build | Fmt Check
4950 run : cargo fmt -- --check
5051
Original file line number Diff line number Diff line change 1818 name : Compile
1919 runs-on : ubuntu-latest
2020 strategy :
21+ fail-fast : false
2122 matrix :
2223 target :
2324 - riscv32imc-esp-espidf
@@ -43,10 +44,11 @@ jobs:
4344
4445 - name : Install Rust for Xtensa
4546 if : matrix.target != 'riscv32imc-esp-espidf'
46- uses : esp-rs/xtensa-toolchain@v1.5.1
47+ uses : esp-rs/xtensa-toolchain@v1.6
4748 with :
4849 default : true
49-
50+ ldproxy : true
51+
5052 - name : Build | Fmt Check
5153 if : matrix.target != 'riscv32imac-esp-espidf' || matrix.idf-version != 'v4.4.8'
5254 run : cargo fmt -- --check
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ mod example {
6363 sys_loop : EspSystemEventLoop ,
6464 ) -> Result < EspSystemSubscription < ' static > , anyhow:: Error > {
6565 let subscription = sys_loop. subscribe :: < ThreadEvent , _ > ( |event| {
66- info ! ( "Got: {:?}" , event ) ;
66+ info ! ( "Got: {event :?}" ) ;
6767 } ) ?;
6868
6969 Ok ( subscription)
You can’t perform that action at this time.
0 commit comments