Skip to content

Commit 6cb000a

Browse files
committed
(cargo-release) version 0.6.0
1 parent 7e74be1 commit 6cb000a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [Unreleased] - ReleaseDate
1+
## [0.6.0] - 2021-05-31
22
### Changed
33
- Updated to Future 0.3, `std::future`, and Tokio 0.2. Now tokio-file's
44
futures can be used with async/await. All methods now use borrowed buffers

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tokio-file"
33
edition = "2018"
4-
version = "0.5.3-pre"
4+
version = "0.6.0"
55
authors = ["Alan Somers <asomers@gmail.com>"]
66
license = "MIT/Apache-2.0"
77
readme = "README.md"

0 commit comments

Comments
 (0)