Skip to content

Commit 85b9f87

Browse files
committed
Increase MSRV to 1.63.0
1 parent a0225ce commit 85b9f87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: dtolnay/rust-toolchain@master
4545
with:
4646
# Here, it does not trigger a PR from dependabot.
47-
toolchain: 1.43.1
47+
toolchain: 1.63.0
4848
- run: cargo no-dev-deps check
4949

5050
test:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["algorithms", "rust-patterns", "no-std", "no-std::no-alloc"]
1616
edition = "2018"
1717

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

2121
[lib]
2222
bench = false

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//!
4747
//! ## Rust Version
4848
//!
49-
//! This version of itertools requires Rust 1.43.1 or later.
49+
//! This version of itertools requires Rust 1.63.0 or later.
5050
5151
#[cfg(not(feature = "use_std"))]
5252
extern crate core as std;

0 commit comments

Comments
 (0)