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]
|
||||
name = "migra-cli"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
||||
edition = "2018"
|
||||
description = "Simple SQL migration manager for your project"
|
||||
|
@ -25,7 +25,7 @@ dotenv = { version = "0.15", optional = true }
|
|||
default = []
|
||||
|
||||
[badges]
|
||||
maintenance = { states = "actively-developed" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[[bin]]
|
||||
name = "migra"
|
||||
|
|
Reference in a new issue