Skip to content

Commit

Permalink
Update minimum supported Rust version to 1.41.0
Browse files Browse the repository at this point in the history
This version includes a critical fix for `format!()` calls in async fn:

rust-lang/rust#64856
  • Loading branch information
ebkalderon committed Aug 16, 2020
1 parent 8fbd77b commit ff43204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust-version: [1.40.0, beta, nightly]
rust-version: [1.41.0, beta, nightly]
include:
- rust-version: nightly
continue-on-error: true
Expand Down

0 comments on commit ff43204

Please sign in to comment.