Skip to content

Commit

Permalink
Release 0.1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 3, 2025
1 parent 1cab7e4 commit 4c8406d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "async-trait"
version = "0.1.83"
version = "0.1.84"
authors = ["David Tolnay <[email protected]>"]
categories = ["asynchronous", "no-std"]
description = "Type erasure for async trait methods"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
//! let object = &value as &dyn ObjectSafe;
//! ```
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.83")]
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.84")]
#![allow(
clippy::default_trait_access,
clippy::doc_markdown,
Expand Down

0 comments on commit 4c8406d

Please sign in to comment.