Skip to content

Commit 0fde065

Browse files
committed
ci: bump MSRV to 1.46
async-std started failing to compile on 1.45 due to a new indirect dependency 'socket2' which in version 0.4.0 fails with the following error: Compiling socket2 v0.4.0 error[E0658]: `match` is not allowed in a `const fn` --> /home/runner/.cargo/registry/src/github.colasdn.workers.dev-1ecc6299db9ec823/socket2-0.4.0/src/lib.rs:156:9 | 156 | / match address { 157 | | SocketAddr::V4(_) => Domain::IPV4, 158 | | SocketAddr::V6(_) => Domain::IPV6, 159 | | } | |_________^ | = note: see issue #49146 <rust-lang/rust#49146> for more information Compiling signal-hook-registry v1.3.0 error: aborting due to previous error For more information about this error, try `rustc --explain E0658`. error: could not compile `socket2`.
1 parent f1d6309 commit 0fde065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- stable
1919
- beta
2020
- nightly
21-
- 1.45.0 # minimal supported version
21+
- 1.46.0 # MSRV
2222
runs_on:
2323
- ubuntu-latest
2424
- windows-latest

0 commit comments

Comments
 (0)