Modify all link to match new repository location
And fix compilation issues by upgrading compiler
This commit is contained in:
parent
88215b6093
commit
9fc10a9aae
5 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
language: rust
|
||||
rust:
|
||||
- nightly
|
||||
- nightly-2018-12-06
|
||||
cache: cargo
|
||||
|
|
|
@ -4,7 +4,7 @@ description = "Rocket fairing for easy internationalization with gettext (also s
|
|||
license = "GPL-3.0"
|
||||
name = "rocket_i18n"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/BaptisteGelez/rocket_i18n"
|
||||
repository = "https://github.com/Plume-org/rocket_i18n"
|
||||
keywords = ["i18n", "rocket", "gettext", "internationalization", "localization"]
|
||||
categories = ["internationalization", "localization", "web-programming"]
|
||||
version = "0.3.1"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Rocket I18N [](https://travis-ci.org/BaptisteGelez/rocket_i18n)
|
||||
# Rocket I18N [](https://travis-ci.org/Plume-Org/rocket_i18n)
|
||||
|
||||
A crate to help you internationalize your Rocket applications.
|
||||
|
||||
|
@ -14,7 +14,7 @@ First add it to your `Cargo.toml` (you have to use the git version, because we c
|
|||
|
||||
```toml
|
||||
[dependencies.rocket_i18n]
|
||||
git = "https://github.com/BaptisteGelez/rocket_i18n"
|
||||
git = "https://github.com/Plume-org/rocket_i18n"
|
||||
rev = "<LATEST COMMIT>"
|
||||
```
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
nightly-2018-10-31
|
||||
nightly-2018-12-06
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
//!
|
||||
//! ```toml
|
||||
//! [dependencies.rocket_i18n]
|
||||
//! git = "https://github.com/BaptisteGelez/rocket_i18n"
|
||||
//! git = "https://github.com/Plume-org/rocket_i18n"
|
||||
//! rev = "<LATEST COMMIT>"
|
||||
//! ```
|
||||
//!
|
||||
|
|
Loading…
Reference in a new issue