diff options
author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 18:46:24 +0100 |
---|---|---|
committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-13 18:46:24 +0100 |
commit | 687dc68ca7ab9254878542997fd7d7c3dc113783 (patch) | |
tree | 90648a8c4b4c135b73993f16bd3ed7c541e6c1e1 /Cargo.toml | |
parent | 3e4f7557833ad2aa9c7432c0d94e12eec8d11ced (diff) | |
download | ads1x1x-async-687dc68ca7ab9254878542997fd7d7c3dc113783.tar.gz ads1x1x-async-687dc68ca7ab9254878542997fd7d7c3dc113783.tar.xz ads1x1x-async-687dc68ca7ab9254878542997fd7d7c3dc113783.zip |
Change badges format
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -19,9 +19,8 @@ include = [ "LICENSE-APACHE", ] -[badges.travis-ci] -branch = "master" -repository = "eldruin/ads1x1x-rs" +[badges] +travis-ci = { repository = "eldruin/ads1x1x-rs", branch = "master" } [dependencies] nb = "0.1" |