Skip to content

Commit 103f7f0

Browse files
committed
Update to posish 0.4.0.
1 parent 4b3107f commit 103f7f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cap-primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ipnet = "2.3.0"
1919
fs-set-times = "0.2.0"
2020

2121
[target.'cfg(not(windows))'.dependencies]
22-
posish = "0.3.0"
22+
posish = "0.4.0"
2323
libc = "0.2.78"
2424

2525
[target.'cfg(target_os = "linux")'.dependencies]

cap-time-ext/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cap-primitives = { path = "../cap-primitives", version = "^0.4.1-alpha.0"}
1818
cap-std = { path = "../cap-std", optional = true, version = "^0.4.1-alpha.0"}
1919

2020
[target.'cfg(not(windows))'.dependencies]
21-
posish = "0.3.0"
21+
posish = "0.4.0"
2222

2323
[target.'cfg(windows)'.dependencies]
2424
once_cell = "1.4.1"

0 commit comments

Comments
 (0)