chore: fix badge
This commit is contained in:
parent
0d9cd7af71
commit
c8c6765483
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "migra-cli"
|
name = "migra-cli"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Simple SQL migration manager for your project"
|
description = "Simple SQL migration manager for your project"
|
||||||
|
@ -25,7 +25,7 @@ dotenv = { version = "0.15", optional = true }
|
||||||
default = []
|
default = []
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { states = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "migra"
|
name = "migra"
|
||||||
|
|
Reference in a new issue