File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : rust
2
2
sudo : false
3
3
rust :
4
- - 1.15 .0
4
+ - 1.18 .0
5
5
- stable
6
6
- beta
7
7
- nightly
@@ -19,7 +19,7 @@ addons:
19
19
- binutils-dev
20
20
21
21
before_script :
22
- - pip install 'travis-cargo<0.2' --user
22
+ - pip2 install 'travis-cargo<0.2' --user
23
23
24
24
env :
25
25
global :
Original file line number Diff line number Diff line change 2
2
3
3
## [ master] - Unreleased
4
4
5
+ ## [ 0.5.2] - 2018-03-02
6
+
5
7
### Changed
6
8
7
9
- Add support for ` active_low ` configuration.
154
156
- Initial version of the library with basic functionality
155
157
- Support for ` export ` /` unexport ` /` get_value ` /` set_value ` /` set_direction `
156
158
157
- [ master ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.5.1...master
159
+ [ master ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.5.2...master
160
+ [ 0.5.2 ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.5.1...0.5.2
158
161
[ 0.5.1 ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.5.0...0.5.1
159
162
[ 0.5.0 ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.4.4...0.5.0
160
163
[ 0.4.4 ] : https://github.com/posborne/rust-sysfs-gpio/compare/0.4.3...0.4.4
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " sysfs_gpio"
3
- version = " 0.5.1 "
3
+ version = " 0.5.2 "
4
4
authors = [
" Paul Osborne <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
repository = " https://github.com/rust-embedded/rust-sysfs-gpio"
You can’t perform that action at this time.
0 commit comments