We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b929bc commit 3b7bda9Copy full SHA for 3b7bda9
1 file changed
basics/cross-program-invocation/anchor/programs/hand/Cargo.toml
@@ -27,7 +27,7 @@ litesvm = "0.11.0"
27
solana-signer = "3.0.0"
28
solana-keypair = "3.0.1"
29
solana-kite = "0.3.0"
30
-lever = { path = "../../lever", features = ["no-entrypoint"] }
+lever = { path = "../lever", features = ["no-entrypoint"] }
31
32
[lints.rust]
33
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }
0 commit comments