You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If that feature flag is **enabled** (as it is by default), the upstream libscap repo will be cloned, and a full C build will be performed, exposing function types and the full interop capability. This will also update/regen the checked-in simple types in `/src`.
20
20
21
21
```toml
22
-
libscap-bindings = { version = 0.0.1}
22
+
libscap-bindings = { version = 0.0.1, features = ["full_bindings"]}
0 commit comments