File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
41
41
with :
42
42
fetch-depth : 1
43
43
44
- - name : Install latest nightly
44
+ - name : Install latest beta
45
45
uses : actions-rs/toolchain@v1
46
46
with :
47
- toolchain : nightly
47
+ toolchain : beta
48
48
override : true
49
49
50
50
- name : Configure environment
@@ -69,10 +69,10 @@ jobs:
69
69
with :
70
70
fetch-depth : 1
71
71
72
- - name : Install latest nightly
72
+ - name : Install latest beta
73
73
uses : actions-rs/toolchain@v1
74
74
with :
75
- toolchain : nightly
75
+ toolchain : beta
76
76
override : true
77
77
78
78
- name : Configure environment
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ fn main() {
413
413
match main_result ( ) {
414
414
Ok ( code) => process:: exit ( code) ,
415
415
Err ( err) => {
416
- eprintln ! ( "collector error: {:#} \n {} " , err, err . backtrace ( ) ) ;
416
+ eprintln ! ( "collector error: {:?} " , err) ;
417
417
process:: exit ( 1 ) ;
418
418
}
419
419
}
You can’t perform that action at this time.
0 commit comments