Skip to content
Prev Previous commit
Next Next commit
XXX SKIP failing main MSRV in this PR: 1.56
  • Loading branch information
brody4hire committed Jan 7, 2025
commit 11fb7da2d3c260828f3073e3a7598660321f1e53
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# This is the minimum Rust version supported by futures, futures-util, futures-task, futures-macro, futures-executor, futures-channel, futures-test.
# When updating this, the reminder to update the minimum required version in README.md and Cargo.toml.
# XXX TODO USE SINGLE, UPDATED MSRV AS PROPOSED IN OTHER PR #2907
- '1.56'
# - '1.56'
- '1.63'
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down
Loading