Remove ignored profile directives for contracts
This commit is contained in:
@@ -54,8 +54,3 @@ vergen = { version = "=7.4.3", default-features = false, features = ["build", "g
|
||||
default = []
|
||||
contract-testing = ["mixnet-contract-common/contract-testing"]
|
||||
schema-gen = ["mixnet-contract-common/schema", "cosmwasm-schema"]
|
||||
|
||||
[profile.release]
|
||||
overflow-checks = true
|
||||
|
||||
|
||||
|
||||
@@ -48,8 +48,5 @@ cosmwasm-crypto = { workspace = true }
|
||||
[build-dependencies]
|
||||
vergen = { version = "=7.4.3", default-features = false, features = ["build", "git", "rustc"] }
|
||||
|
||||
[profile.release]
|
||||
overflow-checks = true
|
||||
|
||||
[features]
|
||||
schema-gen = ["vesting-contract-common/schema", "cosmwasm-schema"]
|
||||
schema-gen = ["vesting-contract-common/schema", "cosmwasm-schema"]
|
||||
|
||||
Reference in New Issue
Block a user