mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
util: Prepare 0.3.0 release (#2296)
Signed-off-by: Lucio Franco <[email protected]> Co-authored-by: David Barsky <[email protected]> Co-authored-by: Eliza Weisman <[email protected]>
This commit is contained in:
co-authored by
David Barsky
Eliza Weisman
parent
9d4d076189
commit
5ede2e4d6b
@@ -1,4 +1,4 @@
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-util/0.2.0")]
|
||||
#![doc(html_root_url = "https://docs.rs/tokio-util/0.3.0")]
|
||||
#![allow(clippy::needless_doctest_main)]
|
||||
#![warn(
|
||||
missing_debug_implementations,
|
||||
@@ -14,6 +14,12 @@
|
||||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
//! Utilities for working with Tokio.
|
||||
//!
|
||||
//! This crate is not versioned in lockstep with the core
|
||||
//! [`tokio`] crate. However, `tokio-util` _will_ respect Rust's
|
||||
//! semantic versioning policy, especially with regard to breaking changes.
|
||||
//!
|
||||
//! [`tokio`]: https://docs.rs/tokio
|
||||
|
||||
#[macro_use]
|
||||
mod cfg;
|
||||
|
||||
Reference in New Issue
Block a user