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 55f377e commit f730b6eCopy full SHA for f730b6e
sdk/pinocchio/Cargo.toml
@@ -5,4 +5,7 @@ version = "0.2.0"
5
edition = "2021"
6
license = "Apache-2.0"
7
readme = "./README.md"
8
-repository = "https://github.com/febo/pinocchio"
+repository = "https://github.com/febo/pinocchio"
9
+
10
+[lints.rust]
11
+unexpected_cfgs = {level = "warn", check-cfg = ['cfg(target_os, values("solana"))', 'cfg(target_feature, values("static-syscalls"))'] }
0 commit comments