Skip to content

Commit

Permalink
Fix MSRV in other places
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 committed Jan 4, 2024
1 parent 0be7e04 commit 608ee69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
MINIMAL_RUST: 1.70.0 # Minimal Supported Rust Version
MINIMAL_RUST: 1.71.0 # Minimal Supported Rust Version

jobs:
# Format doesn't depend on configuration. Lints do, but there's no OS-specific
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[![On crates.io](https://img.shields.io/crates/v/iterator_ilp.svg)](https://crates.io/crates/iterator_ilp)
[![On docs.rs](https://docs.rs/iterator_ilp/badge.svg)](https://docs.rs/iterator_ilp/)
[![Continuous Integration](https://img.shields.io/github/actions/workflow/status/HadrienG2/iterator_ilp/ci.yml?branch=master)](https://github.com/HadrienG2/iterator_ilp/actions?query=workflow%3A%22Continuous+Integration%22)
![Requires rustc 1.70.0+](https://img.shields.io/badge/rustc-1.70.0+-lightgray.svg)
![Requires rustc
1.71.0+](https://img.shields.io/badge/rustc-1.71.0+-lightgray.svg)

Ever wondered why iterator reduction methods like `sum()` perform badly on
floating-point data, or why nontrivial search methods like `any()` do not
Expand Down

0 comments on commit 608ee69

Please sign in to comment.