Skip to content

Commit 836ac88

Browse files
Merge pull request #287 from crabnebula-dev/jonas/bump-msrv
fix: bump MSRV from 1.70 to 1.73
2 parents ea6896c + 5eb2b69 commit 836ac88

7 files changed

Lines changed: 511 additions & 464 deletions

File tree

.github/workflows/ci-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sudo apt-get install -y libwebkit2gtk-4.0-dev protobuf-compiler
7171
- uses: dtolnay/rust-toolchain@stable
7272
with:
73-
toolchain: 1.70.0 # MSRV
73+
toolchain: 1.73.0 # MSRV
7474
- uses: Swatinem/rust-cache@v2
7575
- run: cargo check --manifest-path crates/devtools-v1/Cargo.toml --tests
7676

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
rust: [nightly, stable]
39+
rust: [ nightly, stable ]
4040
timeout-minutes: 45
4141
steps:
4242
- uses: actions/checkout@v4
@@ -66,7 +66,7 @@ jobs:
6666
sudo apt-get install -y webkit2gtk-4.1 protobuf-compiler
6767
- uses: dtolnay/rust-toolchain@stable
6868
with:
69-
toolchain: 1.70.0 # MSRV
69+
toolchain: 1.73.0 # MSRV
7070
- uses: Swatinem/rust-cache@v2
7171
- run: cargo check --workspace --tests
7272

0 commit comments

Comments
 (0)