mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
prepare v0.2.6 release (#1995)
This commit is contained in:
parent
93ab70a9a0
commit
248bf2144f
@ -1,3 +1,8 @@
|
|||||||
|
# 0.2.6 (December 19, 2019)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- `fs::File::seek` API regression (#1991).
|
||||||
|
|
||||||
# 0.2.5 (December 18, 2019)
|
# 0.2.5 (December 18, 2019)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -8,12 +8,12 @@ name = "tokio"
|
|||||||
# - README.md
|
# - README.md
|
||||||
# - Update CHANGELOG.md.
|
# - Update CHANGELOG.md.
|
||||||
# - Create "v0.2.x" git tag.
|
# - Create "v0.2.x" git tag.
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Tokio Contributors <team@tokio.rs>"]
|
authors = ["Tokio Contributors <team@tokio.rs>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
documentation = "https://docs.rs/tokio/0.2.5/tokio/"
|
documentation = "https://docs.rs/tokio/0.2.6/tokio/"
|
||||||
repository = "https://github.com/tokio-rs/tokio"
|
repository = "https://github.com/tokio-rs/tokio"
|
||||||
homepage = "https://tokio.rs"
|
homepage = "https://tokio.rs"
|
||||||
description = """
|
description = """
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#![doc(html_root_url = "https://docs.rs/tokio/0.2.5")]
|
#![doc(html_root_url = "https://docs.rs/tokio/0.2.6")]
|
||||||
#![allow(clippy::cognitive_complexity)]
|
#![allow(clippy::cognitive_complexity)]
|
||||||
#![warn(
|
#![warn(
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user