Skip to content

Commit 9340d98

Browse files
authored
Merge pull request #2 from rust-secure-code/readme/build-status-and-requirements
README.md: Add build status badge and requirements
2 parents 300c348 + 6bd1e7b commit 9340d98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33
[![Latest Version][crate-image]][crate-link]
44
[![Docs][docs-image]][docs-link]
55
![Apache 2.0/MIT licensed][license-image]
6+
[![Build Status][build-image]][build-link]
67

78
Build and verify Rust packages that are reproducible byte-for-byte using
89
a Cargo-driven workflow.
910

11+
## Requirements
12+
13+
- Rust 1.31+
14+
1015
## Status
1116

1217
This tool is in the planning stage and is not presently usable.
@@ -47,6 +52,8 @@ additional terms or conditions.
4752
[docs-image]: https://docs.rs/cargo-repro/badge.svg
4853
[docs-link]: https://docs.rs/cargo-repro/
4954
[license-image]: https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg
55+
[build-image]: https://travis-ci.com/rust-secure-code/cargo-repro.svg?branch=develop
56+
[build-link]: https://travis-ci.com/rust-secure-code/cargo-repro
5057
[cc]: https://contributor-covenant.org
5158
[CODE_OF_CONDUCT.md]: https://github.com/rust-secure-code/cargo-repro//blob/develop/CODE_OF_CONDUCT.md
5259
[LICENSE-APACHE]: https://github.com/rust-secure-code/cargo-repro/blob/develop/LICENSE-APACHE

0 commit comments

Comments
 (0)