From c340060314ca4c1e911992551f9865d216939c70 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 7 Oct 2018 10:15:19 +0200 Subject: Update rust-ini to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4c30985..1a4ea6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,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 = { version = "0.12", optional = true } +rust-ini = { version = "0.13", optional = true } [dev-dependencies] serde_derive = "1.0.8" -- cgit v1.2.3