Browse Source
This commit fixes a compatibility issue with Rust 1.70.0 on Windows targets. Rust 1.71.0 stabilized `AsSocket for Arc<T>` which is used here implicitly, so to compile successfully on 1.70.0, our current MSRV, a slight code change is required. Closes #7127pull/7129/head
Alex Crichton
1 year ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue