Skip to content

Commit e303757

Browse files
committed
Version 0.17.0
1 parent 6c959b6 commit e303757

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
]
66

77
[workspace.package]
8-
version = "0.16.0"
8+
version = "0.17.0"
99
authors = ["Andrew Chin <[email protected]>"]
1010
repository = "https://github.com/eminence/procfs"
1111
keywords = ["procfs", "proc", "linux", "process"]

procfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default = ["chrono", "flate2", "procfs-core/default"]
1818
serde1 = ["serde", "procfs-core/serde1"]
1919

2020
[dependencies]
21-
procfs-core = { path = "../procfs-core", version = "0.16.0-RC1", default-features = false }
21+
procfs-core = { path = "../procfs-core", version = "0.17.0", default-features = false }
2222
rustix = { version = "0.38.19", features = ["fs", "process", "param", "system", "thread"] }
2323
bitflags = { version = "2.0", default-features = false }
2424
chrono = {version = "0.4.20", optional = true, features = ["clock"], default-features = false }

0 commit comments

Comments
 (0)