update to 0.17

This commit is contained in:
Paul Woolcock
2018-12-12 12:35:05 -05:00
parent 6f63fef0b2
commit aae013189c
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
///
/// ```toml,ignore
/// [dependencies.elefren]
/// version = "0.15"
/// version = "0.17"
/// features = ["toml"]
/// ```
pub mod toml;
@@ -17,7 +17,7 @@ pub mod toml;
///
/// ```toml,ignore
/// [dependencies.elefen]
/// version = "0.15"
/// version = "0.17"
/// features = ["json"]
/// ```
pub mod json;