mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
util: Prepare 0.3.1 release (#2330)
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# 0.3.1 (March 18, 2020)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Adjust minimum-supported Tokio version to v0.2.5 to account for an internal
|
||||
dependency on features in that version of Tokio. (#2326)
|
||||
|
||||
# 0.3.0 (March 4, 2020)
|
||||
|
||||
### Changed
|
||||
|
||||
@@ -7,13 +7,13 @@ name = "tokio-util"
|
||||
# - Cargo.toml
|
||||
# - Update CHANGELOG.md.
|
||||
# - Create "v0.2.x" git tag.
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
edition = "2018"
|
||||
authors = ["Tokio Contributors <[email protected]>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/tokio-rs/tokio"
|
||||
homepage = "https://tokio.rs"
|
||||
documentation = "https://docs.rs/tokio-util/0.3.0/tokio_util"
|
||||
documentation = "https://docs.rs/tokio-util/0.3.1/tokio_util"
|
||||
description = """
|
||||
Additional utilities for working with Tokio.
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-util/0.3.0")]
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-util/0.3.1")]
|
||||
#![allow(clippy::needless_doctest_main)]
|
||||
#![warn(
|
||||
missing_debug_implementations,
|
||||
|
||||
Reference in New Issue
Block a user