diff --git a/common/cosmwasm-smart-contracts/vesting-contract/Cargo.toml b/common/cosmwasm-smart-contracts/vesting-contract/Cargo.toml index bdea746ff25..2ae8a622f77 100644 --- a/common/cosmwasm-smart-contracts/vesting-contract/Cargo.toml +++ b/common/cosmwasm-smart-contracts/vesting-contract/Cargo.toml @@ -15,7 +15,7 @@ mixnet-contract-common = { path = "../mixnet-contract", package = "nym-mixnet-co contracts-common = { path = "../contracts-common", package = "nym-contracts-common", version = "0.5.0" } serde = { workspace = true, features = ["derive"] } thiserror = { workspace = true } -ts-rs = { workspace = true, optional = true} +ts-rs = { workspace = true, optional = true, features = ["no-serde-warnings"] } [features] schema = ["cw2"]