File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
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 )
3
7
4
8
A library for querying the version of a ` rustc ` compiler.
5
9
6
10
This can be used by build scripts or other tools dealing with Rust sources
7
11
to make decisions based on the version of the compiler.
8
12
9
- [ ![ Travis-CI Status] ( https://travis-ci.org/Kimundi/rustc-version-rs.png?branch=master )] ( https://travis-ci.org/Kimundi/rustc-version-rs )
10
-
11
13
# Getting Started
12
14
13
15
[ 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...
22
24
rustc_version = " 0.2"
23
25
```
24
26
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.
26
28
27
29
# Example
28
30
You can’t perform that action at this time.
0 commit comments