From fd0725a45d7cd1c3f4b7b0800d69cd7214230c18 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Sat, 3 Aug 2024 23:57:44 +0800 Subject: [PATCH] release v0.21.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c6116d..a2c60e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ini" -version = "0.21.0" +version = "0.21.1" authors = ["Y. T. Chung "] description = "An Ini configuration file parsing library in Rust" repository = "https://github.com/zonyitoo/rust-ini"