We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d469fc commit 034d8dbCopy full SHA for 034d8db
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "async-trait"
3
-version = "0.1.74"
+version = "0.1.75"
4
authors = ["David Tolnay <[email protected]>"]
5
categories = ["asynchronous", "no-std"]
6
description = "Type erasure for async trait methods"
src/lib.rs
@@ -304,7 +304,7 @@
304
//! let object = &value as &dyn ObjectSafe;
305
//! ```
306
307
-#![doc(html_root_url = "https://docs.rs/async-trait/0.1.74")]
+#![doc(html_root_url = "https://docs.rs/async-trait/0.1.75")]
308
#![allow(
309
clippy::default_trait_access,
310
clippy::doc_markdown,
0 commit comments