Skip to content

Commit cc274cb

Browse files
committed
Bump MSRV to 1.48
async-lock 2.7.0 requires Rust 1.48. ``` error[E0658]: use of unstable library feature 'future_readiness_fns' --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/async-lock-2.7.0/src/once_cell.rs:430:45 | 430 | self.initialize_or_wait(move || std::future::ready(closure()), &mut Blocking), | ^^^^^^^^^^^^^^^^^^ | ```
1 parent 8336e23 commit cc274cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
os: [ubuntu-latest, windows-latest]
5252
# When updating this, the reminder to update the minimum supported
5353
# Rust version in Cargo.toml.
54-
rust: ['1.47']
54+
rust: ['1.48']
5555
steps:
5656
- uses: actions/checkout@v3
5757
- name: Install Rust

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "async-net"
66
version = "1.7.0"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2018"
9-
rust-version = "1.47"
9+
rust-version = "1.48"
1010
description = "Async networking primitives for TCP/UDP/Unix communication"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/async-net"

0 commit comments

Comments
 (0)