Skip to content

Commit cb86e9d

Browse files
committed
set msrv to 1.87
1 parent fd9cd2d commit cb86e9d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
rust_version:
2020
- stable
21-
- "1.81" # MSRV
21+
- "1.87" # MSRV
2222
os:
2323
- ubuntu-latest
2424
- windows-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Thin, immutable zero-copy slice type"
44
license = "MIT OR Apache-2.0"
55
version = "0.10.0"
66
edition = "2021"
7-
rust-version = "1.81"
7+
rust-version = "1.87"
88
readme = "README.md"
99
include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
1010
repository = "https://github.com/fjall-rs/byteview"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![CI](https://github.com/fjall-rs/byteview/actions/workflows/miri.yml/badge.svg)](https://github.com/fjall-rs/byteview/actions/workflows/miri.yml)
55
[![docs.rs](https://img.shields.io/docsrs/byteview?color=green)](https://docs.rs/byteview)
66
[![Crates.io](https://img.shields.io/crates/v/byteview?color=blue)](https://crates.io/crates/byteview)
7-
![MSRV](https://img.shields.io/badge/MSRV-1.81-blue)
7+
![MSRV](https://img.shields.io/badge/MSRV-1.87-blue)
88

99
An immutable byte slice that may be inlined, and can be partially cloned without heap allocation.
1010

0 commit comments

Comments
 (0)