Update version to 0.22

This commit is contained in:
Paul Woolcock
2020-06-08 14:48:39 -04:00
parent a59ad95188
commit 17c727f5c6
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
///
/// ```toml,ignore
/// [dependencies.elefren]
/// version = "0.18"
/// version = "0.22"
/// features = ["toml"]
/// ```
pub mod toml;
@@ -17,7 +17,7 @@ pub mod toml;
///
/// ```toml,ignore
/// [dependencies.elefen]
/// version = "0.18"
/// version = "0.22"
/// features = ["json"]
/// ```
pub mod json;
@@ -29,7 +29,7 @@ pub mod json;
///
/// ```toml,ignore
/// [dependencies.elefren]
/// version = "0.18"
/// version = "0.22"
/// features = ["env"]
/// ```
pub mod env;