Skip to content

Commit 0932eef

Browse files
committed
cargo: bump version numbers
1 parent c53a2df commit 0932eef

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Cargo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "keyutils"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ben Boeckel <mathstuf@gmail.com>"]
55
license = "BSD-3-Clause"
66
description = """
77
Rust interface to the Linux keyring.
88
"""
99
repository = "https://github.com/mathstuf/rust-keyutils.git"
1010
homepage = "https://github.com/mathstuf/rust-keyutils.git"
11-
documentation = "https://docs.rs/keyutils/~0.3"
11+
documentation = "https://docs.rs/keyutils/~0.4"
1212
readme = "README.md"
1313

1414
[workspace]
@@ -17,7 +17,10 @@ members = ["libkeyutils-sys"]
1717
[dependencies]
1818
bitflags = "~0.9"
1919
errno = "~0.2"
20-
libkeyutils-sys = { path = "libkeyutils-sys", version = "~0.3" }
20+
libkeyutils-sys = { path = "libkeyutils-sys", version = "~0.3.1" }
2121
log = "~0.4"
2222

2323
libc = "~0.2"
24+
25+
[features]
26+
nightly = ["itertools"]

libkeyutils-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libkeyutils-sys"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Ben Boeckel <mathstuf@gmail.com>"]
55
license = "BSD-3-Clause"
66
description = """

0 commit comments

Comments
 (0)