Change version
This commit is contained in:
parent
1f9f9f4416
commit
b207dfc733
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "locales"
|
name = "locales"
|
||||||
version = "0.0.3"
|
version = "0.1.0"
|
||||||
authors = ["Terry Raimondo <terry.raimondo@gmail.com>"]
|
authors = ["Terry Raimondo <terry.raimondo@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Easy to use I18n"
|
description = "Easy to use I18n"
|
||||||
|
|
|
@ -69,7 +69,7 @@ Locales is available on [crates.io](https://crates.io/crates/locales), include i
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
locales = "0.0.3"
|
locales = "0.1.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Then include it in your code like this:
|
Then include it in your code like this:
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
|
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [dependencies]
|
||||||
//! locales = "0.0.3"
|
//! locales = "0.1.0"
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
//! Then include it in your code like this:
|
//! Then include it in your code like this:
|
||||||
|
|
Loading…
Reference in New Issue