Skip to content

Commit

Permalink
change msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Jan 19, 2025
1 parent 32e0ac2 commit 8ee816e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
rust_version:
- stable
- "1.65" # MSRV
- "1.74" # MSRV
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Thin, immutable zero-copy slice type"
license = "MIT OR Apache-2.0"
version = "1.0.0"
edition = "2021"
rust-version = "1.65"
rust-version = "1.74"
readme = "README.md"
include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
repository = "https://github.com/marvin-j97/byteview"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![CI](https://github.com/marvin-j97/byteview/actions/workflows/miri.yml/badge.svg)](https://github.com/marvin-j97/byteview/actions/workflows/miri.yml)
[![docs.rs](https://img.shields.io/docsrs/byteview?color=green)](https://docs.rs/byteview)
[![Crates.io](https://img.shields.io/crates/v/byteview?color=blue)](https://crates.io/crates/byteview)
![MSRV](https://img.shields.io/badge/MSRV-1.65-blue)
![MSRV](https://img.shields.io/badge/MSRV-1.74-blue)

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

Expand Down

0 comments on commit 8ee816e

Please sign in to comment.