File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44
55### Changed
66
7+ ## [ 0.6.2] - 2024-05-13
8+
79- Minimum supported Rust version updated to 1.65.0
810- The crate's ` Error ` type can now be converted to a ` std::io::Error ` using ` From ` / ` Into ` .
911
189191- Initial version of the library with basic functionality
190192- Support for ` export ` /` unexport ` /` get_value ` /` set_value ` /` set_direction `
191193
192- [ master ] : https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.1...master
194+ [ master ] : https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.2...master
195+ [ 0.6.2 ] : https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.1...0.6.2
193196[ 0.6.1 ] : https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.0...0.6.1
194197[ 0.6.0 ] : https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.3...0.6.0
195198[ 0.5.3 ] : https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.2...0.5.3
Original file line number Diff line number Diff line change 11[package ]
22name = " sysfs_gpio"
3- version = " 0.6.1 "
3+ version = " 0.6.2 "
44authors = [
55 " Paul Osborne <osbpau@gmail.com>" ,
66 " The Embedded Linux Team <embedded-linux@teams.rust-embedded.org>" ,
You can’t perform that action at this time.
0 commit comments