Skip to content

Commit

Permalink
Updated to version 0.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
xd009642 committed Aug 8, 2017
1 parent e2e1e7a commit 2c26a87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-tarpaulin"
version = "0.3.12"
version = "0.3.13"
authors = ["Daniel McKenna <danielmckenna93@gmail.com>"]
description = "Cargo-Tarpaulin is a tool to determine code coverage achieved via tests"
repository = "https://github.com/xd009642/tarpaulin"
Expand Down
2 changes: 1 addition & 1 deletion travis-install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.3.12/cargo-tarpaulin-0.3.12-travis.tar.gz | tar xvz -C $HOME/.cargo/bin
curl -sL https://github.com/xd009642/tarpaulin/releases/download/0.3.13/cargo-tarpaulin-0.3.13-travis.tar.gz | tar xvz -C $HOME/.cargo/bin

0 comments on commit 2c26a87

Please sign in to comment.