File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
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.7.0
4
+ - 1.22.1
5
5
- stable
6
6
- beta
7
7
- nightly
8
8
9
- before_script :
10
- - pip install 'travis-cargo<0.2' --user
11
-
12
9
script :
13
10
- cargo build --verbose
14
11
- cargo test --verbose
15
- - travis-cargo --only stable doc
16
-
17
- after_success :
18
- - travis-cargo --only stable doc-upload
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Rust Spidev
5
5
[ ![ Version] ( https://img.shields.io/crates/v/spidev.svg )] ( https://crates.io/crates/spidev )
6
6
[ ![ License] ( https://img.shields.io/crates/l/spidev.svg )] ( https://github.com/rust-embedded/rust-spidev/blob/master/README.md#license )
7
7
8
- [ Documentation] ( https://rust-embedded.github.io/rust- spidev )
8
+ [ Documentation] ( https://docs.rs/ spidev )
9
9
10
10
The Rust ` spidev ` seeks to provide full access to the Linux spidev
11
11
device in Rust without the need to wrap any C code or directly make
You can’t perform that action at this time.
0 commit comments