Update cargo-make requirement from 0.27.0 to 0.28.0 (#58)
Updates the requirements on [cargo-make](https://github.com/sagiegurari/cargo-make) to permit the latest version. - [Release notes](https://github.com/sagiegurari/cargo-make/releases) - [Changelog](https://github.com/sagiegurari/cargo-make/blob/master/CHANGELOG.md) - [Commits](https://github.com/sagiegurari/cargo-make/compare/0.27.0...0.28.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
5eb8c7e014
commit
66c579be7f
@ -13,7 +13,7 @@ edition = "2018"
|
|||||||
# FIXME: Replace with latest once development is in gold
|
# FIXME: Replace with latest once development is in gold
|
||||||
clap = "2.33.0"
|
clap = "2.33.0"
|
||||||
# Used for repository management as alternative to 'make'
|
# Used for repository management as alternative to 'make'
|
||||||
cargo-make = "0.27.0"
|
cargo-make = "0.28.0"
|
||||||
# Used for reading toml files
|
# Used for reading toml files
|
||||||
toml = "0.5.6"
|
toml = "0.5.6"
|
||||||
# Custom logging solution
|
# Custom logging solution
|
||||||
|
Loading…
Reference in New Issue
Block a user