Skip to content

Commit

Permalink
Release 0.1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 18, 2023
1 parent d7a9cae commit f8a8650
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.66"
version = "0.1.67"
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.66")]
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.67")]
#![allow(
clippy::default_trait_access,
clippy::doc_markdown,
Expand Down

0 comments on commit f8a8650

Please sign in to comment.