Skip to content

Commit d19d33e

Browse files
committed
Bump minimal supported rust version in CI
1 parent cc823ba commit d19d33e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,13 +383,13 @@ jobs:
383383
args: --manifest-path diesel_cli/Cargo.toml --no-default-features --features "sqlite-bundled"
384384

385385
minimal_rust_version:
386-
name: Check Minimal supported rust version (1.40.0)
386+
name: Check Minimal supported rust version (1.48.0)
387387
runs-on: ubuntu-latest
388388
steps:
389389
- uses: actions/checkout@v2
390390
- uses: actions-rs/toolchain@v1
391391
with:
392-
toolchain: 1.40.0
392+
toolchain: 1.48.0
393393
profile: minimal
394394
override: true
395395
- name: Cache cargo registry
@@ -407,10 +407,8 @@ jobs:
407407
run: |
408408
RUSTC_BOOTSTRAP=1 cargo update -Z minimal-versions
409409
410-
- name: Check building with rust 1.40.0
410+
- name: Check building with rust 1.48.0
411411
uses: actions-rs/cargo@v1
412412
with:
413413
command: check
414-
# This example pulls generic-array v0.14.1 that cannot compile with rustc 1.40.0.
415-
# We could exclude it as it won't affect our MSRV.
416-
args: --all --exclude=advanced-blog-cli
414+
args: --all

0 commit comments

Comments
 (0)