1
1
# rust-semverver
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/ibabushkin/rust-semverver.svg?branch=master )] ( https://travis-ci.org/ibabushkin/rust-semverver )
3
+ [ ![ Build
4
+ Status] ( https://travis-ci.org/rust-lang-nursery/rust-semverver.svg?branch=master )] ( https://travis-ci.org/rust-lang-nursery/rust-semverver )
4
5
5
6
This repository is hosting a proof-of-concept implementation of an automatic tool checking
6
7
rust library crates for semantic versioning adherence, developed during the Google Summer
@@ -9,7 +10,7 @@ analyzes the current crate's source code for changes compared to the most recent
9
10
on ` crates.io ` .
10
11
11
12
Details on the work done during GSoC 2017 can be found
12
- [ here] ( https://github.com/ibabushkin /rust-semverver/blob/master/doc/gsoc.md ) .
13
+ [ here] ( https://github.com/rust-lang-nursery /rust-semverver/blob/master/doc/gsoc.md ) .
13
14
14
15
## Background
15
16
@@ -19,7 +20,7 @@ said dummy and all necessary analysis is performed in that context, where type i
19
20
and other resources are available.
20
21
21
22
More information on the inner workings of the tool can be found
22
- [ here] ( https://github.com/ibabushkin /rust-semverver/blob/master/doc/impl_notes.md ) .
23
+ [ here] ( https://github.com/rust-lang-nursery /rust-semverver/blob/master/doc/impl_notes.md ) .
23
24
24
25
## Installation
25
26
@@ -30,7 +31,7 @@ If you are already using Rust nightly and have successfully installed tools like
30
31
` cargo add ` and ` cargo clippy ` , just do:
31
32
32
33
``` sh
33
- $ cargo +nightly install --git https://github.com/ibabushkin /rust-semverver
34
+ $ cargo +nightly install --git https://github.com/rust-lang-nursery /rust-semverver
34
35
```
35
36
36
37
<details >
@@ -44,7 +45,7 @@ $ cargo +nightly install --git https://github.com/ibabushkin/rust-semverver
44
45
$ rustup update nightly
45
46
$ rustup default nightly
46
47
47
- $ git clone https://github.com/ibabushkin /rust-semverver
48
+ $ git clone https://github.com/rust-lang-nursery /rust-semverver
48
49
$ cd rust-semverver
49
50
$ cargo install
50
51
```
0 commit comments