File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 32
32
- name : Setup Rust
33
33
uses : actions-rust-lang/setup-rust-toolchain@v1
34
34
with :
35
- toolchain : 1.89 .0
35
+ toolchain : 1.90 .0
36
36
components : clippy
37
37
- name : Run clippy
38
38
run : cargo clippy --workspace --features ${{ matrix.features }} -- -D warnings
Original file line number Diff line number Diff line change 23
23
- name : Setup Rust
24
24
uses : actions-rust-lang/setup-rust-toolchain@v1
25
25
with :
26
- toolchain : 1.89 .0
26
+ toolchain : 1.90 .0
27
27
components : rustfmt
28
28
- name : Rustfmt check
29
29
if : ${{ github.event_name != 'pull_request' }}
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ extern crate serde;
4
4
extern crate serde_json;
5
5
#[ cfg( windows) ]
6
6
extern crate winres;
7
- #[ path = "src/jsonstructs_versionsdb.rs" ]
8
- mod jsonstructs_versionsdb;
9
7
10
8
use anyhow:: Result ;
11
9
use serde_json:: Value ;
You can’t perform that action at this time.
0 commit comments