Skip to content

Commit

Permalink
Update tokio, update futures, rewrite for async/await (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog authored Aug 5, 2022
1 parent e420a00 commit f82ef0e
Show file tree
Hide file tree
Showing 16 changed files with 783 additions and 1,126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- stable
- beta
- nightly
- 1.54.0 # minimum supported version
- 1.57.0 # minimum supported version
continue-on-error: ${{ matrix.rust == 'nightly' }}
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## Unreleased

### Changed
- Update `tokio` dependency, update to `futures=0.3`, rewrite for `async/await`

## 0.25.3 - 2022-08-05
### Added
- Added `formality` script.
Expand Down
Loading

0 comments on commit f82ef0e

Please sign in to comment.