From 2cb3d47eabd1d0c182218e7a8646d2e82ed75422 Mon Sep 17 00:00:00 2001 From: dalance Date: Tue, 27 Jul 2021 10:41:04 +0900 Subject: [PATCH] Prepare to release --- README.md | 2 +- structopt-toml-derive/Cargo.toml | 2 +- structopt-toml/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2faf0a9..7e2aa50 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This crate must be used with `serde`, `serde_derive`, `structopt`, and `toml` ex serde = "1.0.104" serde_derive = "1.0.104" structopt = "0.3.11" -structopt-toml = "0.4.5" +structopt-toml = "0.5.0" toml = "0.5.6" ``` diff --git a/structopt-toml-derive/Cargo.toml b/structopt-toml-derive/Cargo.toml index 5a60245..4a71f63 100644 --- a/structopt-toml-derive/Cargo.toml +++ b/structopt-toml-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structopt-toml-derive" -version = "0.4.5" +version = "0.5.0" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/structopt-toml" keywords = ["cli", "structopt", "clap", "derive"] diff --git a/structopt-toml/Cargo.toml b/structopt-toml/Cargo.toml index 7a57511..66e5486 100644 --- a/structopt-toml/Cargo.toml +++ b/structopt-toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structopt-toml" -version = "0.4.5" +version = "0.5.0" authors = ["dalance@gmail.com"] repository = "https://github.com/dalance/structopt-toml" keywords = ["cli", "structopt", "clap", "derive"] @@ -25,7 +25,7 @@ toml = "0.5.6" serde = "1.0.104" serde_derive = "1.0.104" structopt = { version = "0.3.11", default-features = false } -structopt-toml-derive = { version = "^0.4.5", path = "../structopt-toml-derive" } +structopt-toml-derive = { version = "^0.5.0", path = "../structopt-toml-derive" } [build-dependencies] skeptic = "0.13"