Skip to content

Commit

Permalink
Merge pull request #26 from TaKO8Ki/fix-doc
Browse files Browse the repository at this point in the history
Fix doc link
  • Loading branch information
TaKO8Ki authored Jun 27, 2020
2 parents 310d128 + deda057 commit dff6c3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "testfixtures"
version = "0.1.0"
version = "0.1.1"
authors = ["Takayuki Maeda <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# testfixtures

[![build]](https://github.com/TaKO8Ki/testfixtures/actions) [![docs]](https://crates.io/crates/testfixtures) [![license]](https://github.com/TaKO8Ki/testfixtures/blob/master/LICENSE)
[![build]](https://github.com/TaKO8Ki/testfixtures/actions) [![crates]](https://crates.io/crates/testfixtures) [![docs]](https://docs.rs/testfixtures) [![license]](https://github.com/TaKO8Ki/testfixtures/blob/master/LICENSE) [![download]](https://crates.io/crates/testfixtures)

[build]: https://img.shields.io/github/workflow/status/TaKO8Ki/testfixtures/CI/master?logo=github
[license]: https://img.shields.io/github/license/TaKO8Ki/testfixtures
[docs]: https://img.shields.io/badge/docs.rs-testfixtures-8da0cb?labelColor=555555&logo=rust
[download]: https://img.shields.io/crates/d/testfixtures
[crates]: https://img.shields.io/crates/v/testfixtures.svg?logo=rust

testfixtures is a Rust library for preparing test data from yaml files.

## Install

Expand Down

0 comments on commit dff6c3d

Please sign in to comment.