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