Skip to content

Commit

Permalink
Release 0.1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 5, 2023
1 parent 4cd54b8 commit 9a9b322
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-trait"
version = "0.1.65"
version = "0.1.66"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["asynchronous", "no-std"]
description = "Type erasure for async trait methods"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -303,7 +303,7 @@
//! let object = &value as &dyn ObjectSafe;
//! ```

#![doc(html_root_url = "https://docs.rs/async-trait/0.1.65")]
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.66")]
#![allow(
clippy::default_trait_access,
clippy::doc_markdown,
Expand Down

0 comments on commit 9a9b322

Please sign in to comment.