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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ To use `linux-keyutils`, first add this to your `Cargo.toml`:
9
9
10
10
```toml
11
11
[dependencies]
12
-
linux-keyutils = "0.1"
12
+
linux-keyutils = "0.2"
13
13
```
14
14
15
15
For more information please view the full [documentation](https://docs.rs/linux-keyutils). There is also a small example program in the [examples directory](examples/keyctl.rs).
0 commit comments