We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c629bd commit 3366d2fCopy full SHA for 3366d2f
crates/testsvm-assertions/Cargo.toml
@@ -21,10 +21,10 @@ categories = ["development-tools::testing"]
21
22
[dependencies]
23
testsvm-core = { version = "0.1.1", path = "../testsvm-core" }
24
+testsvm-spl = { version = "0.1.0", path = "../testsvm-spl" }
25
anyhow = "1.0"
26
litesvm = "0.6.1"
27
solana-sdk = "2.2.1"
28
29
[dev-dependencies]
-testsvm-spl = { version = "0.1.0", path = "../testsvm-spl" }
30
anchor-spl = { version = "0.31.1", features = ["token"] }
0 commit comments