Prep for v0.15.0 release

This commit is contained in:
Paul Woolcock
2018-09-15 07:04:06 -04:00
parent 1f0ba1846c
commit 33e74b4442
3 changed files with 32 additions and 3 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
///
/// ```toml,ignore
/// [dependencies.elefren]
/// version = "0.14"
/// version = "0.15"
/// features = ["toml"]
/// ```
pub mod toml;
@@ -17,7 +17,7 @@ pub mod toml;
///
/// ```toml,ignore
/// [dependencies.elefen]
/// version = "0.14"
/// version = "0.15"
/// features = ["json"]
/// ```
pub mod json;