Skip to content

Commit dc15706

Browse files
committed
Bump to rustix-linux-procfs 0.1.1 to fix the MSRV build.
1 parent d75f69f commit dc15706

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
@@ -28,7 +28,7 @@ cap-tempfile = { path = "../cap-tempfile" }
2828
rustix = { version = "1.0.0", features = ["fs", "process", "termios", "time"] }
2929

3030
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
31-
rustix-linux-procfs = "0.1.0"
31+
rustix-linux-procfs = "0.1.1"
3232

3333
[target.'cfg(windows)'.dependencies]
3434
winx = "0.36.0"

cap-tempfile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rand = "0.8.1"
2424
rustix = { version = "1.0.0" }
2525

2626
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
27-
rustix-linux-procfs = "0.1.0"
27+
rustix-linux-procfs = "0.1.1"
2828

2929
[target.'cfg(windows)'.dev-dependencies.windows-sys]
3030
version = ">=0.52, <=0.59"

0 commit comments

Comments
 (0)