Skip to content

Commit 3decce2

Browse files
committed
Update badge and Cargo.toml for MSRV
1 parent a5c8d3d commit 3decce2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/bit-vec/"
1010
keywords = ["data-structures", "bitvec", "bitmask", "bitmap", "bit"]
1111
readme = "README.md"
1212
edition = "2021"
13-
rust-version = "1.71"
13+
rust-version = "1.82"
1414

1515
[dependencies]
1616
borsh = { version = "1.5.5", default-features = false, features = ["derive"], optional = true }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![crates.io][crates.io shield]][crates.io link]
99
[![Documentation][docs.rs badge]][docs.rs link]
1010
![Rust CI][github ci badge]
11-
![MSRV][rustc 1.71+]
11+
![MSRV][rustc 1.82+]
1212
<br />
1313
<br />
1414
[![Dependency Status][deps.rs status]][deps.rs link]
@@ -22,7 +22,7 @@
2222
[docs.rs badge]: https://docs.rs/bit-vec/badge.svg?version=0.8.0
2323
[docs.rs link]: https://docs.rs/bit-vec/0.8.0/bit_vec/
2424
[github ci badge]: https://github.com/contain-rs/bit-vec/actions/workflows/rust.yml/badge.svg
25-
[rustc 1.71+]: https://img.shields.io/badge/rustc-1.71%2B-blue.svg
25+
[rustc 1.82+]: https://img.shields.io/badge/rustc-1.82%2B-blue.svg
2626
[deps.rs status]: https://deps.rs/crate/bit-vec/0.8.0/status.svg
2727
[deps.rs link]: https://deps.rs/crate/bit-vec/0.8.0
2828
[shields.io download count]: https://img.shields.io/crates/d/bit-vec.svg

0 commit comments

Comments
 (0)