From 93bb3962e537606bd1ce05d2fbe1f5620b090363 Mon Sep 17 00:00:00 2001 From: ankit <1994constant@gmail.com> Date: Wed, 10 Jun 2020 23:32:46 +0530 Subject: [PATCH] Down to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5674bbb..7235987 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "configparser" -version = "0.2.1" +version = "0.2.0" authors = ["QEDK "] edition = "2018" description = "A simple configuration parsing utility with no dependencies. Works on a subset of ini configuration syntax."