Skip to content

Commit

Permalink
Raise minimum tested compiler to rust 1.60
Browse files Browse the repository at this point in the history
Required by newest version of num-traits.
  • Loading branch information
dtolnay committed May 4, 2024
1 parent d883526 commit c298ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.35.0]
rust: [nightly, beta, stable, 1.52.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand All @@ -36,17 +36,6 @@ jobs:
if: matrix.rust == 'nightly'
- run: cargo test

msrv:
name: Rust 1.31.0
needs: pre_ci
if: needs.pre_ci.outputs.continue
runs-on: ubuntu-latest
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
- run: cargo check

minimal:
name: Minimal versions
needs: pre_ci
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
keywords = ["float"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/precise"
rust-version = "1.31"
rust-version = "1.52"

[dependencies]
num-bigint = "0.4.2"
Expand Down

0 comments on commit c298ae2

Please sign in to comment.