Skip to content

Commit aff8ddd

Browse files
committed
Bump MSRV to 1.70
1 parent 056a12f commit aff8ddd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ keywords = [
3636
license = "MIT"
3737
readme = "README.md"
3838
repository = "https://github.com/ferrilab/bitvec"
39-
rust-version = "1.56"
39+
rust-version = "1.70"
4040

4141
[features]
4242
alloc = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ does, how it works, and how it can be useful to you.
397397
[downloads_img]: https://img.shields.io/crates/dv/bitvec.svg?style=for-the-badge "Crate downloads"
398398
[license_file]: https://github.com/ferrilab/bitvec/blob/main/LICENSE.txt "Project license"
399399
[license_img]: https://img.shields.io/crates/l/bitvec.svg?style=for-the-badge "License badge"
400-
[msrv_img]: https://img.shields.io/badge/MSRV-1.56-f46623?style=for-the-badge&logo=rust "Minimum Supported Rust Version: 1.56"
400+
[msrv_img]: https://img.shields.io/badge/MSRV-1.70-f46623?style=for-the-badge&logo=rust "Minimum Supported Rust Version: 1.70"
401401

402402
<!-- Documentation -->
403403
[`BitArray`]: https://docs.rs/bitvec/latest/bitvec/array/struct.BitArray.html

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
# attributes set directly in the source code. #
77
########################################################################
88

9-
msrv = "1.56.0"
9+
msrv = "1.70.0"
1010
single-char-binding-names-threshold = 8
1111
too-many-arguments-threshold = 8

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
########################################################################
77

88
[toolchain]
9-
channel = "1.56.0"
9+
channel = "1.70.0"
1010
profile = "default"
1111
components = [
1212
"clippy",

0 commit comments

Comments
 (0)