Skip to content

Commit b97da7f

Browse files
committed
Increase crate version
Add automatic crate publish to travis Link crates.io badge to website
1 parent 96407c7 commit b97da7f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ addons:
1919
apt:
2020
packages:
2121
- libudev-dev
22+
23+
deploy:
24+
provider: cargo
25+
on:
26+
tags: true
27+
token:
28+
secure: bbB4Ev12FNo8bwaYh9lg+0jUwPaw06wy5LKh8HEywxaJQV3fCFvr40SKCUVtuwmL10uBOh+BoROlOdXb47kE4gyUV2qx7wdE0a8pQZRlIgZwKZ7gKrcPmWlsGvXv+dVemac3mxdYKB164zE+kt4tFxBfVlyxfpeK4iSekpBtISdTpzBM1esQluj7K6DZxJTNdpTenJ2oF7+Cd8pw+J5iB6Rs3u9Jf04JLCJZO+SpDWmTsJ7npqbYiexDb3LyiZBC87wNzugQ9C1t14puL3mFLmmiMbJAAU4o8RMDPGlD7DwJDxEdaSh2k3qg1/N74LmFHDCCondW0i+SXhRO1xp+pYpzNd9VVYCPEVVEQ9CSNHHUGX0OS9xLNhbpwj1iHbgUKx/JWl4aGNk9/fZHe8zJi3XglzsTln9WRXiQiqgxKM4/bWxhW8VI63TkDBdsVYvy/9/BEhpF+n8aDC10DSIk13zBVqGM7oqzLyM2HTWOBYnFLrOkrRVOzfYYLgaz4QYM0IttLXfPwa4auI59jUNs8jRkW/4nQZPaVBNyB+bYv8oMXTr3gGE3PD2cEHmFg8A7he4MJYRhuvhwOZYM0gKAsPLkEXLqsOqvR04s2hQ/2/Z4CFVQ+H7Km5YjOOz9nzo6yx1t/bMB+kWN5Wj7zFnf6wtKfhJNmz1MQ3Ps6jhyjsw=

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "serial-unit-testing"
33
description = "Serial unit testing program and library"
4-
version = "0.1.3"
4+
version = "0.1.4"
55
authors = ["MarkAtk"]
66
edition = "2018"
77
license = "MIT"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Serial Unit Testing
22

3-
![Crates.io](https://img.shields.io/crates/v/serial-unit-testing.svg)
3+
[![Crates.io](https://img.shields.io/crates/v/serial-unit-testing.svg)](https://crates.io/crates/serial-unit-testing)
44
[![Build Status](https://travis-ci.org/markatk/serial-unit-testing.svg?branch=master)](https://travis-ci.org/markatk/serial-unit-testing)
55
[![Build status](https://ci.appveyor.com/api/projects/status/7b9osucvqpqp9ebd/branch/master?svg=true)](https://ci.appveyor.com/project/markatk/serial-unit-testing/branch/master)
66

0 commit comments

Comments
 (0)