fix: prevent copy tests from failing in Rust 1.90

Issue where changed: https://github.com/rust-lang/rust/issues/139956

Comment noting breakage of non-socket converted to UnixStream: 'https://github.com/rust-lang/rust/pull/140005#issuecomment-2853932531'

Bumps MSRV from 1.83.0 to 1.87.0 by use of PipeWriter
This commit is contained in:
En-En 2025-07-01 18:01:40 +00:00 committed by Supreeeme
parent af33f7eb12
commit 8b74001a13
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ rustix = "0.38.31"
all = "deny"
[workspace.package]
rust-version = "1.83.0"
rust-version = "1.87.0"
[package]
name = "xwayland-satellite"