We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a306be8 commit b3a5919Copy full SHA for b3a5919
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-trait"
3
-version = "0.1.87"
+version = "0.1.88"
4
authors = ["David Tolnay <[email protected]>"]
5
categories = ["asynchronous", "no-std"]
6
description = "Type erasure for async trait methods"
src/lib.rs
@@ -214,7 +214,7 @@
214
//! }
215
//! ```
216
217
-#![doc(html_root_url = "https://docs.rs/async-trait/0.1.87")]
+#![doc(html_root_url = "https://docs.rs/async-trait/0.1.88")]
218
#![allow(
219
clippy::default_trait_access,
220
clippy::doc_markdown,
0 commit comments