Skip to content

Commit 60d0f68

Browse files
committed
Bump to 1.0.1
1 parent cd68dd7 commit 60d0f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ini"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["QEDK <qedk.en@gmail.com>"]
55
edition = "2018"
66
description = "A simple macro built on top of configparser to load and parse ini files. You can use this to write Rust programs which can be customized by end users easily."
@@ -17,6 +17,6 @@ travis-ci = { repository = "QEDK/ini-rs", branch = "master" }
1717
maintenance = { status = "actively-developed" }
1818

1919
[dependencies]
20-
configparser = "0.7.1"
20+
configparser = "0.8.0"
2121

2222
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)