summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Woolcock <paul@woolcock.us>2019-01-07 11:51:49 -0500
committerPaul Woolcock <paul@woolcock.us>2019-01-07 11:51:49 -0500
commitcee33c8f01f9ad760a883b00149d280eb6e676fe (patch)
treec7271f6fe4378e61a48ad9a302525cceabf8225c
parent15cc5c60debb4cb374d2c6e95e5bf2c300dfa380 (diff)
Change docs to point to v0.18
-rw-r--r--README.md2
-rw-r--r--src/helpers/mod.rs4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3704530..6561714 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/src/helpers/mod.rs b/src/helpers/mod.rs
index 89adbb7..ed2b107 100644
--- a/src/helpers/mod.rs
+++ b/src/helpers/mod.rs
@@ -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;