Skip to content

Commit 657bbeb

Browse files
Merge branch 'main' into ib/skip_entire_check
2 parents 531e516 + 9c46880 commit 657bbeb

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup Rust
3333
uses: actions-rust-lang/setup-rust-toolchain@v1
3434
with:
35-
toolchain: 1.89.0
35+
toolchain: 1.90.0
3636
components: clippy
3737
- name: Run clippy
3838
run: cargo clippy --workspace --features ${{ matrix.features }} -- -D warnings

.github/workflows/rustfmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Rust
2424
uses: actions-rust-lang/setup-rust-toolchain@v1
2525
with:
26-
toolchain: 1.89.0
26+
toolchain: 1.90.0
2727
components: rustfmt
2828
- name: Rustfmt check
2929
if: ${{ github.event_name != 'pull_request' }}

build.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ extern crate serde;
44
extern crate serde_json;
55
#[cfg(windows)]
66
extern crate winres;
7-
#[path = "src/jsonstructs_versionsdb.rs"]
8-
mod jsonstructs_versionsdb;
97

108
use anyhow::Result;
119
use serde_json::Value;

0 commit comments

Comments
 (0)