Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jul 27, 2021
1 parent 72a1128 commit 2cb3d47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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"
```

Expand Down
2 changes: 1 addition & 1 deletion 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"]
Expand Down
4 changes: 2 additions & 2 deletions 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"]
Expand All @@ -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"
Expand Down

0 comments on commit 2cb3d47

Please sign in to comment.