Skip to content

Commit 36d8e8b

Browse files
committed
bump MSRV to 1.63.0
1 parent 75c319b commit 36d8e8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...HEAD)
66

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

910
## 0.6.0 / 2023-08-03
1011

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Provides access to the Linux spidev interface. This
1717
interface allows for configuration of the spidev device,
1818
half-duplex SPI access, and full-duplex SPI access.
1919
"""
20+
rust-version = "1.63"
2021

2122
[dependencies]
2223
libc = "0.2"

0 commit comments

Comments
 (0)