Skip to content

Commit 3366d2f

Browse files
committed
move testsvm-spl to dependencies to fix the build
1 parent 3c629bd commit 3366d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/testsvm-assertions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ categories = ["development-tools::testing"]
2121

2222
[dependencies]
2323
testsvm-core = { version = "0.1.1", path = "../testsvm-core" }
24+
testsvm-spl = { version = "0.1.0", path = "../testsvm-spl" }
2425
anyhow = "1.0"
2526
litesvm = "0.6.1"
2627
solana-sdk = "2.2.1"
2728

2829
[dev-dependencies]
29-
testsvm-spl = { version = "0.1.0", path = "../testsvm-spl" }
3030
anchor-spl = { version = "0.31.1", features = ["token"] }

0 commit comments

Comments
 (0)