Skip to content

Commit c73061d

Browse files
committed
Release 0.1.78
1 parent b6314bc commit c73061d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-trait"
3-
version = "0.1.77"
3+
version = "0.1.78"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["asynchronous", "no-std"]
66
description = "Type erasure for async trait methods"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
//! let object = &value as &dyn ObjectSafe;
317317
//! ```
318318
319-
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.77")]
319+
#![doc(html_root_url = "https://docs.rs/async-trait/0.1.78")]
320320
#![allow(
321321
clippy::default_trait_access,
322322
clippy::doc_markdown,

0 commit comments

Comments
 (0)