From a58ab2d1a00b23a94a395aaad57f66dfc1007879 Mon Sep 17 00:00:00 2001 From: qedk <1994constant@gmail.com> Date: Sun, 24 Oct 2021 00:05:56 +0530 Subject: [PATCH] Bump version to 3.0.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2c0a7d1..50b2092 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "configparser" -version = "2.1.0" +version = "3.0.0" authors = ["QEDK "] edition = "2018" description = "A simple configuration parsing utility with no dependencies that allows you to parse INI and ini-style syntax. You can use this to write Rust programs which can be customized by end users easily." diff --git a/README.md b/README.md index 54be31f..f060223 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ strings as well as files. You can install this easily via `cargo` by including it in your `Cargo.toml` file like: ```TOML [dependencies] -configparser = "2.1.0" +configparser = "3.0.0" ``` ## ➕ Supported datatypes