Skip to content

Commit af4bba5

Browse files
committed
Update minimum supported Rust version to 1.41.0
This version includes a critical fix for `format!()` calls in async fn: rust-lang/rust#64856
1 parent 2296412 commit af4bba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macOS-latest]
12-
rust-version: [1.40.0, beta, nightly]
12+
rust-version: [1.41.0, beta, nightly]
1313
include:
1414
- rust-version: nightly
1515
continue-on-error: true

0 commit comments

Comments
 (0)