We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c319b commit 36d8e8bCopy full SHA for 36d8e8b
CHANGELOG.md
@@ -5,6 +5,7 @@
5
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.6.0...HEAD)
6
7
- Added support for querying the configuration of a SPI device.
8
+- Minimum Supported Rust Version is now 1.63.0
9
10
## 0.6.0 / 2023-08-03
11
Cargo.toml
@@ -17,6 +17,7 @@ Provides access to the Linux spidev interface. This
17
interface allows for configuration of the spidev device,
18
half-duplex SPI access, and full-duplex SPI access.
19
"""
20
+rust-version = "1.63"
21
22
[dependencies]
23
libc = "0.2"
0 commit comments