Skip to content

Commit ed7c5c0

Browse files
refactor(auction-house): remove mpl-testing-utils crate dep so we can publish ah (metaplex-foundation#452)
1 parent df36da5 commit ed7c5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auction-house/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ anchor-client = "~0.24.1"
3636
shellexpand = "~2.1.0"
3737
serde_json = "~1.0"
3838
solana-program = "~1.9.15"
39-
mpl-testing-utils= {path="../../core/rust/testing-utils", version="0.0.2"}
39+
mpl-testing-utils= {path="../../core/rust/testing-utils" }
4040
solana-program-test = "~1.9.15"
4141
solana-sdk = "~1.9.15"
4242
env_logger="~0.9.0"

0 commit comments

Comments
 (0)