Skip to content

Commit

Permalink
Prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed May 6, 2020
1 parent be9866c commit 483570d
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.4"
structopt-toml = "0.4.5"
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.4"
version = "0.4.5"
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.4"
version = "0.4.5"
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.4", path = "../structopt-toml-derive" }
structopt-toml-derive = { version = "^0.4.5", path = "../structopt-toml-derive" }

[build-dependencies]
skeptic = "0.13"
Expand Down

0 comments on commit 483570d

Please sign in to comment.