You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed pub "errors" module. Error now exposed at top level.
27
27
- MSRV is now 1.39.0
28
28
- Add support behind a feature flag for reading events from a line as a Stream via tokio. [#35](https://github.com/rust-embedded/gpio-cdev/pull/35).
29
29
30
-
## v0.3.0 - 2020-02-10
30
+
## [v0.3.0] - 2020-02-10
31
31
32
32
Refactored Errors:
33
33
- Removed the `error-chain` dependency.
@@ -51,4 +51,6 @@ Adds the ability to create a collection of lines from a single chip and read or
51
51
- Initial release of the library with basic operations centered around operating
0 commit comments