Change docs to point to v0.18

This commit is contained in:
Paul Woolcock
2019-01-07 11:51:49 -05:00
parent 15cc5c60de
commit cee33c8f01
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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;