Skip to content

Commit

Permalink
bump MSRV to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tq-steina committed Jan 10, 2025
1 parent 75c319b commit ec3fe02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...HEAD)

- Added support for querying the configuration of a SPI device.
- Minimum Supported Rust Version is now 1.63.0

## 0.6.0 / 2023-08-03

Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Provides access to the Linux spidev interface. This
interface allows for configuration of the spidev device,
half-duplex SPI access, and full-duplex SPI access.
"""
rust-version = "1.63"

[dependencies]
libc = "0.2"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/rust-embedded/rust-spidev/workflows/CI/badge.svg)](https://github.com/rust-embedded/rust-spidev/actions)
[![Version](https://img.shields.io/crates/v/spidev.svg)](https://crates.io/crates/spidev)
[![License](https://img.shields.io/crates/l/spidev.svg)](https://github.com/rust-embedded/rust-spidev/blob/master/README.md#license)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.56.1+-blue.svg)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.63.0+-blue.svg)

[Documentation](https://docs.rs/spidev)

Expand Down Expand Up @@ -77,7 +77,7 @@ The following features are implemented and planned for the library:

## Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.56.1 and up. It *might*
This crate is guaranteed to compile on stable Rust 1.63.0 and up. It *might*
compile with older versions but that may change in any new patch release.

## Cross Compiling
Expand Down

0 comments on commit ec3fe02

Please sign in to comment.