Skip to content

Commit cad7c67

Browse files
authored
fix README (#7)
1 parent caa7a61 commit cad7c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ libscap-bindings = { version = 0.0.1, default-features = false }
1919
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`.
2020

2121
``` toml
22-
libscap-bindings = { version = 0.0.1 }
22+
libscap-bindings = { version = 0.0.1, features = ["full_bindings"]}
2323
```

0 commit comments

Comments
 (0)