Skip to content

Commit

Permalink
Fix Cargo.toml exclusion for transfers contract
Browse files Browse the repository at this point in the history
  • Loading branch information
hu55a1n1 committed Jul 2, 2024
1 parent 52392c8 commit 210d4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
"cosmwasm/packages/*",
"utils/*",
]
exclude = ["apps/mtcs/contracts/cw-tee-mtcs", "apps/mtcs/contracts/cw-tee-mtcs"]
exclude = ["apps/mtcs/contracts/cw-tee-mtcs", "apps/transfers/contracts"]

[workspace.package]
version = "0.1.0"
Expand Down

0 comments on commit 210d4f0

Please sign in to comment.