From 9ec649ba3552070cd6bf395ad514eb7c67a30268 Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Mon, 29 Mar 2021 00:59:35 +0800 Subject: [PATCH] release v0.17.0 --- Cargo.toml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd43d7c..d547b5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-ini" -version = "0.16.1" +version = "0.17.0" authors = ["Y. T. Chung "] description = "An Ini configuration file parsing library in Rust" repository = "https://github.com/zonyitoo/rust-ini" diff --git a/README.rst b/README.rst index 768a93e..fcd21c6 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ This is an INI file parser in Rust_. .. code:: toml [dependencies] - rust-ini = "0.16" + rust-ini = "0.17" Usage =====