Skip to content

Commit

Permalink
Increase MSRV to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kinto-b authored and Philippe-Cholet committed Jun 18, 2024
1 parent a0225ce commit 502c816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
# Here, it does not trigger a PR from dependabot.
toolchain: 1.43.1
toolchain: 1.63.0
- run: cargo no-dev-deps check

test:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["algorithms", "rust-patterns", "no-std", "no-std::no-alloc"]
edition = "2018"

# When bumping, please resolve all `#[allow(clippy::*)]` that are newly resolvable.
rust-version = "1.43.1"
rust-version = "1.63.0"

[lib]
bench = false
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
//!
//! ## Rust Version
//!
//! This version of itertools requires Rust 1.43.1 or later.
//! This version of itertools requires Rust 1.63.0 or later.

#[cfg(not(feature = "use_std"))]
extern crate core as std;
Expand Down

0 comments on commit 502c816

Please sign in to comment.