File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " keyutils"
3
- version = " 0.3 .0"
3
+ version = " 0.4 .0"
4
4
authors = [" Ben Boeckel <mathstuf@gmail.com>" ]
5
5
license = " BSD-3-Clause"
6
6
description = """
7
7
Rust interface to the Linux keyring.
8
8
"""
9
9
repository = " https://github.com/mathstuf/rust-keyutils.git"
10
10
homepage = " https://github.com/mathstuf/rust-keyutils.git"
11
- documentation = " https://docs.rs/keyutils/~0.3 "
11
+ documentation = " https://docs.rs/keyutils/~0.4 "
12
12
readme = " README.md"
13
13
14
14
[workspace ]
@@ -17,7 +17,10 @@ members = ["libkeyutils-sys"]
17
17
[dependencies ]
18
18
bitflags = " ~0.9"
19
19
errno = " ~0.2"
20
- libkeyutils-sys = { path = " libkeyutils-sys" , version = " ~0.3" }
20
+ libkeyutils-sys = { path = " libkeyutils-sys" , version = " ~0.3.1 " }
21
21
log = " ~0.4"
22
22
23
23
libc = " ~0.2"
24
+
25
+ [features ]
26
+ nightly = [" itertools" ]
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libkeyutils-sys"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
authors = [" Ben Boeckel <mathstuf@gmail.com>" ]
5
5
license = " BSD-3-Clause"
6
6
description = """
You can’t perform that action at this time.
0 commit comments