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.
2 parents fa2569f + cdd3af7 commit e412905Copy full SHA for e412905
CHANGELOG.md
@@ -1,7 +1,18 @@
1
# Spidev Crate Changelog
2
3
+## 0.4.0 / 2019-05-29
4
+
5
+[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.3.0...0.4.0)
6
7
+- Bitflags dep bumped to 1.0
8
+- Nix bumped to 0.14
9
+- Minimum supported rust version is now 1.26.0
10
+- APIs added to expose underlying file object ([#13](https://github.com/rust-embedded/rust-spidev/pull/13)).
11
12
## 0.3.0 / 2016-10-26
13
14
+[Full Changelog](https://github.com/rust-embedded/rust-spidev/compare/0.2.1...0.3.0)
15
16
- The older supported version of rustc for this release is 1.7.0
17
- Bump to nix 0.6.0
18
- [transfer_multiple](http://posborne.github.io/rust-spidev/spidev/struct.Spidev.html#method.transfer_multiple) now
0 commit comments