Change docs to point to v0.18

master
Paul Woolcock 5 years ago
parent 15cc5c60de
commit cee33c8f01
  1. 2
      README.md
  2. 4
      src/helpers/mod.rs

@ -19,7 +19,7 @@ To add `elefren` to your project, add the following to the
`[dependencies]` section of your `Cargo.toml`
```toml
elefren = "0.17"
elefren = "0.18"
```
## Usage

@ -5,7 +5,7 @@
///
/// ```toml,ignore
/// [dependencies.elefren]
/// version = "0.17"
/// version = "0.18"
/// features = ["toml"]
/// ```
pub mod toml;
@ -17,7 +17,7 @@ pub mod toml;
///
/// ```toml,ignore
/// [dependencies.elefen]
/// version = "0.17"
/// version = "0.18"
/// features = ["json"]
/// ```
pub mod json;

Loading…
Cancel
Save