File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -169,13 +169,15 @@ jobs:
169169 build-binaries-gnu :
170170 needs : version
171171 if : needs.version.outputs.cli-version
172+ env :
173+ RUST_BACKTRACE : 1
172174 strategy :
173175 matrix :
174176 include :
175177 - os : depot-ubuntu-24.04
176178 target : x86_64-unknown-linux-gnu
177179 code-target : linux-x64
178- - os : depot-ubuntu-24.04-arm
180+ - os : depot-ubuntu-24.04-arm-4
179181 target : aarch64-unknown-linux-gnu
180182 code-target : linux-arm64
181183
Original file line number Diff line number Diff line change 11{
22 "name" : " @biomejs/biome" ,
3- "version" : " 2.1.4 " ,
3+ "version" : " 2.2.0 " ,
44 "bin" : {
55 "biome" : " bin/biome"
66 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @biomejs/js-api" ,
3- "version" : " 2 .0.3 " ,
3+ "version" : " 3 .0.0 " ,
44 "description" : " JavaScript APIs for the Biome package" ,
55 "scripts" : {
66 "tsc" : " tsc --noEmit" ,
You can’t perform that action at this time.
0 commit comments