From 9654cbf87e50f7f80e380d556bb06126768159ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Sun, 17 Sep 2023 22:41:50 +0200 Subject: [PATCH] Remove ignored profile directives for contracts --- contracts/mixnet/Cargo.toml | 5 ----- contracts/vesting/Cargo.toml | 5 +---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/contracts/mixnet/Cargo.toml b/contracts/mixnet/Cargo.toml index b71c3ddb68..6824f2e309 100644 --- a/contracts/mixnet/Cargo.toml +++ b/contracts/mixnet/Cargo.toml @@ -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 - - diff --git a/contracts/vesting/Cargo.toml b/contracts/vesting/Cargo.toml index 053aeedd15..f9a4f53d2a 100644 --- a/contracts/vesting/Cargo.toml +++ b/contracts/vesting/Cargo.toml @@ -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"] \ No newline at end of file +schema-gen = ["vesting-contract-common/schema", "cosmwasm-schema"]