Skip to content

Commit 238d077

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 9b1511b commit 238d077

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
@@ -52,7 +52,7 @@ jobs:
5252
os: [ubuntu-latest, windows-latest]
5353
# When updating this, the reminder to update the minimum supported
5454
# Rust version in Cargo.toml.
55-
rust: ['1.47']
55+
rust: ['1.48']
5656
steps:
5757
- uses: actions/checkout@v3
5858
- 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-fs"
66
version = "1.6.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
9-
rust-version = "1.47"
9+
rust-version = "1.48"
1010
description = "Async filesystem primitives"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/async-fs"

0 commit comments

Comments
 (0)