Skip to content

Commit aa5e638

Browse files
committed
Update MSRV because of borsh
1 parent 1296dc0 commit aa5e638

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
rust: [1.65.0, 1.66.0]
57+
rust: [1.67.0, 1.68.0]
5858
timeout-minutes: 45
5959
steps:
6060
- uses: actions/checkout@v4

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.65"
13+
rust-version = "1.67"
1414

1515
[dependencies]
1616
borsh = { version = "1.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.60+]
11+
![MSRV][rustc 1.67+]
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/workflows/Rust/badge.svg?branch=master
25-
[rustc 1.60+]: https://img.shields.io/badge/rustc-1.60%2B-blue.svg
25+
[rustc 1.67+]: https://img.shields.io/badge/rustc-1.67%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)