Skip to content

Commit

Permalink
Release 0.1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 30, 2023
1 parent f8aa269 commit 627124b
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.75"
version = "0.1.76"
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 @@ -316,7 +316,7 @@
//! let object = &value as &dyn ObjectSafe;
//! ```

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

0 comments on commit 627124b

Please sign in to comment.