rust-lang / libc

Raw bindings to platform APIs for Rust
https://docs.rs/libc
Apache License 2.0
2.1k stars 1.04k forks source link

[0.2] ci: Remove tests with rust < 1.63 #4051

Closed tgross35 closed 1 week ago

tgross35 commented 1 week ago

Since the increase to MSRV in 1, we no longer need to test with old versions of Rust.

rustbot commented 1 week ago

r? @JohnTitor

rustbot has assigned @JohnTitor. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

rustbot commented 1 week ago

Some changes occurred in solarish module

cc @jclulow, @pfmooney

tgross35 commented 1 week ago

Includes https://github.com/rust-lang/libc/pull/4048 and https://github.com/rust-lang/libc/pull/4050 just so I can get this going without conflicts.