From aa427d992894f4a098bd77b20d9f10801bc916e7 Mon Sep 17 00:00:00 2001 From: "san.dai" Date: Mon, 25 Jun 2018 16:38:06 +0800 Subject: option rust-ini --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8a33e4d..2551847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ default = ["toml", "json", "yaml", "hjson","ini"] json = ["serde_json"] yaml = ["yaml-rust"] hjson = ["serde-hjson"] -ini = [] +ini = ["rust-ini"] [dependencies] @@ -30,7 +30,7 @@ toml = { version = "^0.4.1", optional = true } serde_json = { version = "^1.0.2", optional = true } yaml-rust = { version = "^0.4", optional = true } serde-hjson = { version = "^0.8.1", optional = true } -rust-ini = "0.12.1" +rust-ini = { version = "^0.12", optional = true } [dev-dependencies] serde_derive = "^1.0.8" -- cgit v1.2.3