From 71c8e8b144d35823fd7b31f9efb842a90b2f2921 Mon Sep 17 00:00:00 2001 From: Vasya Novikov Date: Wed, 3 Oct 2018 23:23:16 +0300 Subject: update README: default features according to Cargo.toml, all features are now included by default, hence a correction is needed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 31a9676..ba4a121 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ config = "0.9" - `json` - Adds support for reading JSON files - `hjson` - Adds support for reading HJSON files - `yaml` - Adds support for reading YAML files - - `toml` - Adds support for reading TOML files (included by default) + - `toml` - Adds support for reading TOML files See the [documentation](https://docs.rs/config) or [examples](https://github.com/mehcode/config-rs/tree/master/examples) for more usage information. -- cgit v1.2.3