Skip to content

Commit

Permalink
Update MSRV for all purposes to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
pczarn committed Dec 1, 2024
1 parent 16cf8eb commit 0160855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,6 @@ jobs:
- run: cargo fmt --all -- --check

msrv:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [1.60.0, 1.61.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.rust}}
- run: cargo build

msrv-test:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
Expand All @@ -74,6 +59,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.rust}}
- run: cargo build
- run: cargo test
- run: cargo test --no-default-features
- run: cargo test --features serde
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation = "https://docs.rs/bit-set/"
keywords = ["data-structures", "bitset"]
readme = "README.md"
edition = "2021"
rust-version = "1.56"
rust-version = "1.63"

[dependencies]
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit 0160855

Please sign in to comment.