Skip to content

Commit cb46f79

Browse files
author
xadaemon
committed
chore: code reorganization, changes should be fully backwards compatible
1 parent 6e37afc commit cb46f79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ categories = ["os::unix-apis"]
1414

1515
[dependencies]
1616
libc = "0.2.113"
17-
nix = "0.23.1"
18-
thiserror = "1.0"
17+
nix = {version = "0.29.0", features = ["process", "user", "fs"]}
18+
thiserror = "2.0.12"

0 commit comments

Comments
 (0)