Skip to content

Commit

Permalink
Fix MSRV and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Oct 14, 2024
1 parent 1b782e8 commit 8ac7272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ on:
branches: [ main, next ]
pull_request:
branches: [ main, next ]
schedule:
- cron: '5 16 * * 6'

jobs:
build:
name: Run tests and doctests on ubuntu
runs-on: ubuntu-latest
strategy:
matrix:
rust: ["1.57.0", stable, beta, nightly]
rust: ["1.67.0", stable, beta, nightly]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.3.5"
edition = "2021"

# note: when changed, also update test runner in `.github/workflows/rust.yml`
rust-version = "1.57.0"
rust-version = "1.67.0"

license = "MIT OR Apache-2.0"
description = "Fast specialized deflate implementation"
Expand Down

0 comments on commit 8ac7272

Please sign in to comment.