Bump in doc
This commit is contained in:
parent
17527c4780
commit
7b881a1ade
|
@ -65,7 +65,7 @@ Internationalization is available on [crates.io](https://crates.io/crates/intern
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
internationalization = "0.0.2"
|
internationalization = "0.0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
Then include it in your code like this:
|
Then include it in your code like this:
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
|
|
||||||
//! ```toml
|
//! ```toml
|
||||||
//! [dependencies]
|
//! [dependencies]
|
||||||
//! internationalization = "0.0.2"
|
//! internationalization = "0.0.3"
|
||||||
//! ```
|
//! ```
|
||||||
|
|
||||||
//! Then include it in your code like this:
|
//! Then include it in your code like this:
|
||||||
|
|
Loading…
Reference in New Issue