Update cargo-release setting
This commit is contained in:
parent
ff8b5693cf
commit
fa4d204a68
@ -10,5 +10,8 @@ readme = "../README.md"
|
|||||||
description = "Helper crate of sv-parser"
|
description = "Helper crate of sv-parser"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[package.metadata.release]
|
||||||
|
disable-tag = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
failure = "0.1.5"
|
failure = "0.1.5"
|
||||||
|
@ -10,6 +10,9 @@ readme = "../README.md"
|
|||||||
description = "Helper crate of sv-parser"
|
description = "Helper crate of sv-parser"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[package.metadata.release]
|
||||||
|
disable-tag = true
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
||||||
|
@ -10,6 +10,9 @@ readme = "../README.md"
|
|||||||
description = "Helper crate of sv-parser"
|
description = "Helper crate of sv-parser"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[package.metadata.release]
|
||||||
|
disable-tag = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
trace = ["nom-tracable/trace"]
|
trace = ["nom-tracable/trace"]
|
||||||
|
@ -10,6 +10,9 @@ readme = "../README.md"
|
|||||||
description = "Helper crate of sv-parser"
|
description = "Helper crate of sv-parser"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
[package.metadata.release]
|
||||||
|
disable-tag = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
trace = ["sv-parser-parser/trace"]
|
trace = ["sv-parser-parser/trace"]
|
||||||
|
@ -11,6 +11,9 @@ description = "Helper crate of sv-parser"
|
|||||||
edition = "2018"
|
edition = "2018"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
|
[package.metadata.release]
|
||||||
|
disable-tag = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sv-parser-macros = {version = "^0.4.14", path = "../sv-parser-macros"}
|
sv-parser-macros = {version = "^0.4.14", path = "../sv-parser-macros"}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user