This repository has been archived by the owner on Jan 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9df33b9
commit 93ae039
Showing
3 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
## [0.5.0] - 2021-01-27 | ||
|
||
### Changed | ||
- Updated to tokio 1.0. | ||
- Updated `quickcheck` to version 1.0. Feature renamed to `quickcheck1`. | ||
- Updated `tokio` to version 1.0. Feature renamed to `tokio1`. | ||
|
||
## [0.4.0] - 2020-09-24 | ||
### Changed | ||
- Updated to quickcheck 0.9, tokio 0.2 and futures 0.3. | ||
|
||
For information about earlier versions, please review the [commit history](https://github.com/facebookincubator/rust-partial-io/commits/main). | ||
|
||
[0.5.0]: https://github.com/facebookincubator/rust-partial-io/releases/tag/0.5.0 | ||
[0.4.0]: https://github.com/facebookincubator/rust-partial-io/releases/tag/0.4.0 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "partial-io" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
edition = "2018" | ||
authors = ["Rain <[email protected]>"] | ||
description = "Helpers to test partial, interrupted and would-block I/O operations." | ||
|