File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Changed
6
6
7
+ ## [ 0.6.2] - 2024-05-13
8
+
7
9
- Minimum supported Rust version updated to 1.65.0
8
10
- The crate's ` Error ` type can now be converted to a ` std::io::Error ` using ` From ` / ` Into ` .
9
11
189
191
- Initial version of the library with basic functionality
190
192
- Support for ` export ` /` unexport ` /` get_value ` /` set_value ` /` set_direction `
191
193
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
193
196
[ 0.6.1 ] : https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.6.0...0.6.1
194
197
[ 0.6.0 ] : https://github.com/rust-embedded/rust-sysfs-gpio/compare/0.5.3...0.6.0
195
198
[ 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 1
1
[package ]
2
2
name = " sysfs_gpio"
3
- version = " 0.6.1 "
3
+ version = " 0.6.2 "
4
4
authors = [
5
5
" Paul Osborne <[email protected] >" ,
6
6
" The Embedded Linux Team <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments