Skip to content

Commit d050ef3

Browse files
committed
Increase crate version
1 parent d565e43 commit d050ef3

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ addons:
2828

2929
before_script:
3030
- cargo install --force cargo-audit
31-
- cargo generate-lockfile
3231

3332
script:
3433
- cargo build --verbose --release --all

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.8"
4+
version = "0.2.0"
55
authors = ["MarkAtk"]
66
edition = "2018"
77
license = "MIT"

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018
3+
Copyright (c) 2019
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cargo install serial-unit-testing
1818

1919
If you don't have rust installed:
2020

21-
**TODO**
21+
You can download the compiled binaries from the [releases](https://github.com/markatk/serial-unit-testing/releases). Downloads are available for Windows, macOS and Linux.
2222

2323
# Application
2424

0 commit comments

Comments
 (0)