Skip to content

Commit edc1a6b

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"

0 commit comments

Comments
 (0)