Skip to content

Commit

Permalink
Suppress ts-rs serde warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dynco-nym committed Nov 20, 2024
1 parent 03f40a9 commit 87985f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 87985f1

Please sign in to comment.