Skip to content

Commit a36c8f0

Browse files
committed
post-rebase fixes
1 parent c4372cc commit a36c8f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

+7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ five8_const = "0.1.3"
2121
pinocchio = { path = "sdk/pinocchio", version = "0.7" }
2222
pinocchio-cpi = { path = "sdk/cpi", version = "0.1.0" }
2323
pinocchio-pubkey = { path = "sdk/pubkey", version = "0.2" }
24+
solana-define-syscall = "2.2"
2425

2526
[workspace.metadata.cli]
2627
solana = "2.1.0"
@@ -30,3 +31,9 @@ build = "1.81.0"
3031
format = "nightly-2024-08-08"
3132
lint = "nightly-2024-08-08"
3233
test = "1.81.0"
34+
35+
[workspace.lints.rust]
36+
unexpected_cfgs = { level = "warn", check-cfg = [
37+
'cfg(target_os, values("solana"))',
38+
'cfg(target_feature, values("static-syscalls"))',
39+
] }

0 commit comments

Comments
 (0)