File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,4 @@ script:
38
38
travis-cargo --only stable doc -- --features=tokio
39
39
40
40
after_success :
41
- - ' [ $TRAVIS_OS_NAME == linux ] && travis-cargo --only stable doc-upload'
42
41
- ' [ $TRAVIS_OS_NAME == linux ] && travis-cargo coveralls --no-sudo --verify'
43
-
44
- notifications :
45
- webhooks : http://rust-embedded-bot.herokuapp.com/travis
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ rust-sysfs-gpio
5
5
[ ![ Version] ( https://img.shields.io/crates/v/sysfs-gpio.svg )] ( https://crates.io/crates/sysfs-gpio )
6
6
[ ![ License] ( https://img.shields.io/crates/l/sysfs-gpio.svg )] ( https://github.com/rust-embedded/rust-sysfs-gpio/blob/master/README.md#license )
7
7
8
- - [ API Documentation] ( http ://rust-embedded.github.io/rust-sysfs-gpio/ sysfs_gpio/index.html )
8
+ - [ API Documentation] ( https ://docs.rs/ sysfs_gpio)
9
9
10
10
rust-sysfs-gpio is a rust library/crate providing access to the Linux
11
11
sysfs GPIO interface (https://www.kernel.org/doc/Documentation ). It
You can’t perform that action at this time.
0 commit comments