File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
name = " spaceapi"
3
3
version = " 0.5.1"
4
4
documentation = " https://docs.rs/spaceapi/0.5.1/"
5
- repository = " https://github.com/coredump-ch /spaceapi-rs/"
5
+ repository = " https://github.com/spaceapi-community /spaceapi-rs/"
6
6
license = " MIT OR Apache-2.0"
7
7
authors = [
8
8
" Raphael Nestler <raphael.nestler@gmail.com>" ,
@@ -23,7 +23,7 @@ include = [
23
23
]
24
24
25
25
[badges ]
26
- travis-ci = { repository = " coredump-ch /spaceapi-rs" }
26
+ travis-ci = { repository = " spaceapi-community /spaceapi-rs" }
27
27
28
28
[dependencies ]
29
29
log = " ^0.4"
Original file line number Diff line number Diff line change 1
1
# Rust Space API Implementation
2
2
3
- [ ![ Travis branch] ( https://img.shields.io/travis/coredump-ch /spaceapi-rs/master.svg )] ( https://travis-ci.org/coredump-ch /spaceapi-rs )
3
+ [ ![ Travis branch] ( https://img.shields.io/travis/spaceapi-community /spaceapi-rs/master.svg )] ( https://travis-ci.org/spaceapi-community /spaceapi-rs )
4
4
[ ![ Crates.io] ( https://img.shields.io/crates/v/spaceapi.svg )] ( https://crates.io/crates/spaceapi )
5
5
[ ![ Crates.io] ( https://img.shields.io/crates/d/spaceapi.svg )] ( https://crates.io/crates/spaceapi )
6
- [ ![ Dependency Status] ( https://dependencyci.com/github/coredump-ch /spaceapi-rs/badge )] ( https://dependencyci.com/github/coredump-ch /spaceapi-rs )
6
+ [ ![ Dependency Status] ( https://dependencyci.com/github/spaceapi-community /spaceapi-rs/badge )] ( https://dependencyci.com/github/spaceapi-community /spaceapi-rs )
7
7
8
8
This is an implementation of the [ SpaceAPI] ( https://spacedirectory.org/ ) v0.13
9
9
in Rust. It contains both the type definitions as well as tools for
Original file line number Diff line number Diff line change 12
12
//!
13
13
//! If you want to implement a Space API server on top of these types, you
14
14
//! might want to take a look at the [`spaceapi_server`
15
- //! crate](https://github.com/coredump-ch /spaceapi-server-rs).
15
+ //! crate](https://github.com/spaceapi-community /spaceapi-server-rs).
16
16
//!
17
- //! This library requires Rust 1.15 or newer.
17
+ //! This library requires Rust 1.20.0 or newer.
18
18
//!
19
19
//! # Examples
20
20
//!
You can’t perform that action at this time.
0 commit comments