Skip to content

Commit 3b7bda9

Browse files
committed
Fix lever dir
1 parent 5b929bc commit 3b7bda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • basics/cross-program-invocation/anchor/programs/hand

basics/cross-program-invocation/anchor/programs/hand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ litesvm = "0.11.0"
2727
solana-signer = "3.0.0"
2828
solana-keypair = "3.0.1"
2929
solana-kite = "0.3.0"
30-
lever = { path = "../../lever", features = ["no-entrypoint"] }
30+
lever = { path = "../lever", features = ["no-entrypoint"] }
3131

3232
[lints.rust]
3333
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(target_os, values("solana"))'] }

0 commit comments

Comments
 (0)