Skip to content

Commit 5548e39

Browse files
committed
Update README
1 parent 919e159 commit 5548e39

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
rustc-version-rs
2-
==============
2+
================
3+
4+
[![Documentation](https://docs.rs/rustc_version/badge.svg)](https://docs.rs/rustc_version/)
5+
[![Crates.io](https://img.shields.io/crates/v/rustc_version.svg)](https://crates.io/crates/rustc_version)
6+
[![Build status](https://github.com/djc/rustc_version/workflows/CI/badge.svg)](https://github.com/Kimundi/rustc_version/actions?query=workflow%3ACI)
37

48
A library for querying the version of a `rustc` compiler.
59

610
This can be used by build scripts or other tools dealing with Rust sources
711
to make decisions based on the version of the compiler.
812

9-
[![Travis-CI Status](https://travis-ci.org/Kimundi/rustc-version-rs.png?branch=master)](https://travis-ci.org/Kimundi/rustc-version-rs)
10-
1113
# Getting Started
1214

1315
[rustc-version-rs is available on crates.io](https://crates.io/crates/rustc_version).
@@ -22,7 +24,7 @@ Add the following dependency to your Cargo manifest...
2224
rustc_version = "0.2"
2325
```
2426

25-
...and see the [docs](http://kimundi.github.io/rustc-version-rs/rustc_version/index.html) for how to use it.
27+
... and see the [docs](https://docs.rs/rustc_version) for how to use it.
2628

2729
# Example
2830

0 commit comments

Comments
 (0)