Skip to content

Commit a58ab2d

Browse files
committed
Bump version to 3.0.0
1 parent d6a8b1a commit a58ab2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "configparser"
3-
version = "2.1.0"
3+
version = "3.0.0"
44
authors = ["QEDK <[email protected]>"]
55
edition = "2018"
66
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."

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ strings as well as files.
2929
You can install this easily via `cargo` by including it in your `Cargo.toml` file like:
3030
```TOML
3131
[dependencies]
32-
configparser = "2.1.0"
32+
configparser = "3.0.0"
3333
```
3434

3535
## ➕ Supported datatypes

0 commit comments

Comments
 (0)