Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch over to Tokio ecosystem #105

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This changelog follows the patterns described here: https://keepachangelog.com/e

## Unreleased

- Switch over to `Tokio` from `async_std`
- Closed [#81](https://github.com/thedodd/trunk/issues/81): Switch to warp from tide.
- Closed [#95](https://github.com/thedodd/trunk/issues/85): Fixed as a result of switching to warp.
ranile marked this conversation as resolved.
Show resolved Hide resolved
- Closed [#53](https://github.com/thedodd/trunk/issues/53): Fixed as a result of switching to warp.

## 0.7.4
### fixed
- Fixed a regression in Trunk CLI help output, where incorrect help info was being displayed.
Expand Down
Loading