Update to v0.14

This commit is contained in:
Paul Woolcock
2018-08-29 12:28:36 -04:00
parent c66c305df5
commit a05a67f3cb
5 changed files with 23 additions and 4 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
///
/// ```toml,ignore
/// [dependencies.elefren]
/// version = "0.13"
/// version = "0.14"
/// features = ["toml"]
/// ```
pub mod toml;
@@ -17,7 +17,7 @@ pub mod toml;
///
/// ```toml,ignore
/// [dependencies.elefen]
/// version = "0.12"
/// version = "0.14"
/// features = ["json"]
/// ```
pub mod json;