Skip to content

Commit

Permalink
Version 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eminence committed Oct 7, 2024
1 parent 6c959b6 commit e303757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.16.0"
version = "0.17.0"
authors = ["Andrew Chin <achin@eminence32.net>"]
repository = "https://github.com/eminence/procfs"
keywords = ["procfs", "proc", "linux", "process"]
Expand Down
2 changes: 1 addition & 1 deletion procfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default = ["chrono", "flate2", "procfs-core/default"]
serde1 = ["serde", "procfs-core/serde1"]

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

0 comments on commit e303757

Please sign in to comment.