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 f6a1e96 commit a897286Copy full SHA for a897286
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Spidev Crate Changelog
2
3
+## 0.4.1 / 2021-02-21
4
+
5
+[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.4.0...0.4.1)
6
7
+- Support Rust 2018 edition
8
+- Minimum supported rust version is now 1.31.0
9
10
## 0.4.0 / 2019-05-29
11
12
[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.3.0...0.4.0)
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "spidev"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Paul Osborne <[email protected]>"]
edition = "2018"
license = "MIT/Apache-2.0"
0 commit comments